# Description: Lightning Memory-Mapped Database Manager # URL: https://www.symas.com/lmdb # Maintainer: CRUX KDE Ports, kde-ports at crux dot nu name=lmdb version=0.9.33 release=1 source=(https://git.openldap.org/openldap/openldap/-/archive/LMDB_$version/openldap-LMDB_$version.tar.gz) build() { cd openldap-LMDB_$version/libraries/liblmdb make CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS" prefix=/usr make DESTDIR=$PKG prefix=/usr install } # vim: set ts=4 et: