AvocadoDB 0.3.9

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Frank Celler 2012-04-11 11:32:43 +03:00 committed by Adam Vandenberg
parent 21225616fd
commit d316a8bc45
1 changed files with 4 additions and 3 deletions

View File

@ -2,18 +2,19 @@ require 'formula'
class Avocadodb < Formula
homepage 'http://www.avocadodb.org/'
url "https://github.com/triAGENS/AvocadoDB/tarball/v0.3.7"
sha1 '99223ea26b679c92ba431a4743a7143dd6a4adf3'
url "https://github.com/triAGENS/AvocadoDB/zipball/v0.3.9"
sha1 '95ac8035b709d3c5849dabe2f5cf8475142d9b48'
head "https://github.com/triAGENS/AvocadoDB.git"
depends_on 'libev'
depends_on 'v8'
depends_on 'boost'
def install
system "./configure", "--prefix=#{prefix}",
"--disable-relative",
"--disable-all-in-one",
"--disable-debug",
"--disable-dependency-tracking",
"--datadir=#{share}",
"--localstatedir=#{var}"