lmdb: update to 0.9.15.
This commit is contained in:
parent
2a60061f05
commit
007905dd73
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'lmdb'
|
||||
pkgname=lmdb
|
||||
version=0.9.14
|
||||
version=0.9.15
|
||||
revision=1
|
||||
wrksrc="lmdb-LMDB_${version}"
|
||||
hostmakedepends="git"
|
||||
short_desc="Lightning Memory-Mapped Database Manager"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="OpenLDAP 2.8 license"
|
||||
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() {
|
||||
cd libraries/liblmdb
|
||||
make XCFLAGS="$CFLAGS" CC="$CC"
|
||||
|
@ -19,8 +19,8 @@ do_install() {
|
|||
cd libraries/liblmdb
|
||||
make DESTDIR=${DESTDIR} prefix=/usr install
|
||||
|
||||
vinstall LICENSE 644 usr/share/licenses/lmdb
|
||||
vinstall COPYRIGHT 644 usr/share/licenses/lmdb
|
||||
vlicense LICENSE
|
||||
vlicense COPYRIGHT
|
||||
}
|
||||
|
||||
lmdb-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user