diff --git a/srcpkgs/lmdb/template b/srcpkgs/lmdb/template index e5ab08ae73..51903a0db8 100644 --- a/srcpkgs/lmdb/template +++ b/srcpkgs/lmdb/template @@ -1,6 +1,6 @@ # Template file for 'lmdb' pkgname=lmdb -version=0.9.13 +version=0.9.14 revision=1 hostmakedepends="git" short_desc="Lightning Memory-Mapped Database Manager" @@ -11,12 +11,10 @@ homepage="http://symas.com/mdb/" do_fetch() { git clone -b LMDB_${version} git://gitorious.org/mdb/mdb.git lmdb-${version} } - do_build() { cd libraries/liblmdb make XCFLAGS="$CFLAGS" CC="$CC" } - do_install() { cd libraries/liblmdb make DESTDIR=${DESTDIR} prefix=/usr install