lmdb: update to 0.9.15.
This commit is contained in:
parent
2a60061f05
commit
007905dd73
1 changed files with 6 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'lmdb'
|
# Template file for 'lmdb'
|
||||||
pkgname=lmdb
|
pkgname=lmdb
|
||||||
version=0.9.14
|
version=0.9.15
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="lmdb-LMDB_${version}"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Lightning Memory-Mapped Database Manager"
|
short_desc="Lightning Memory-Mapped Database Manager"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="OpenLDAP 2.8 license"
|
license="OpenLDAP 2.8 license"
|
||||||
homepage="http://symas.com/mdb/"
|
homepage="http://symas.com/mdb/"
|
||||||
|
distfiles="https://github.com/LMDB/lmdb/archive/LMDB_${version}.tar.gz"
|
||||||
|
checksum=a72b13db91e7c445e47194178915556b4ebcd6f9f64d48f60b1f830b0cfbd75a
|
||||||
|
|
||||||
do_fetch() {
|
|
||||||
git clone -b LMDB_${version} git://gitorious.org/mdb/mdb.git lmdb-${version}
|
|
||||||
}
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cd libraries/liblmdb
|
cd libraries/liblmdb
|
||||||
make XCFLAGS="$CFLAGS" CC="$CC"
|
make XCFLAGS="$CFLAGS" CC="$CC"
|
||||||
|
@ -19,8 +19,8 @@ do_install() {
|
||||||
cd libraries/liblmdb
|
cd libraries/liblmdb
|
||||||
make DESTDIR=${DESTDIR} prefix=/usr install
|
make DESTDIR=${DESTDIR} prefix=/usr install
|
||||||
|
|
||||||
vinstall LICENSE 644 usr/share/licenses/lmdb
|
vlicense LICENSE
|
||||||
vinstall COPYRIGHT 644 usr/share/licenses/lmdb
|
vlicense COPYRIGHT
|
||||||
}
|
}
|
||||||
|
|
||||||
lmdb-devel_package() {
|
lmdb-devel_package() {
|
||||||
|
|
Loading…
Reference in a new issue