lmdb: update to 0.9.14.

This commit is contained in:
Juan RP 2014-10-03 05:42:34 +02:00
parent 197b4d0341
commit 8a05dafb6e
1 changed files with 1 additions and 3 deletions

View File

@ -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