description="The lmdb package is a fast, compact, key-value embedded data store."
url="https://github.com/LMDB"

packager="Great-OS Team"
maintainer="rems"

name=lmdb
version=0.9.33

source=(https://git.openldap.org/openldap/openldap/-/archive/LMDB_$version/openldap-LMDB_$version.tar.gz
        lmdb.pc)

build() {

cd openldap-LMDB_$version/libraries/liblmdb

make prefix=/usr

install -dm755 "$PKG"/usr/{bin,lib,include,man/man1,share}
make DESTDIR=$PKG prefix=/usr install

mv "$PKG"/usr/man "$PKG"/usr/share/man
install -Dm644 $SRC/lmdb.pc "$PKG"/usr/lib/pkgconfig/lmdb.pc
}
