# Template file for 'lmdb' pkgname=lmdb version=0.9.17 revision=1 wrksrc="lmdb-LMDB_${version}" hostmakedepends="git" short_desc="Lightning Memory-Mapped Database Manager" maintainer="Juan RP " license="OpenLDAP 2.8 license" homepage="http://symas.com/mdb/" distfiles="https://github.com/LMDB/lmdb/archive/LMDB_${version}.tar.gz" checksum=80a08218e40f76a0485ec18c42de6f1e020b1ed0268f7cb34c69746e8d98c72c post_extract() { sed -i 's,man/man1,share/&,' libraries/liblmdb/Makefile } do_build() { cd libraries/liblmdb make ${makejobs} XCFLAGS="$CFLAGS" CC="$CC" } do_install() { cd libraries/liblmdb make DESTDIR=${DESTDIR} prefix=/usr mandir=/usr/share/man install vlicense LICENSE vlicense COPYRIGHT } lmdb-devel_package() { short_desc+=" - development files" depends="lmdb>=${version}_${revision}" pkg_install() { vmove usr/include vmove "usr/lib/*.a" } }