opt/ldb/Pkgfile
2016-09-01 12:12:20 +09:00

19 lines
393 B
Plaintext

# Description: LDAP-like embedded database library
# URL: http://ldb.samba.org/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: tevent tdb popt
name=ldb
version=1.1.27
release=2
source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--bundled-libraries=NONE
make
make DESTDIR=$PKG install
}