opt/ldb/Pkgfile
2015-01-28 11:03:04 +09:00

19 lines
392 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: python tevent tdb popt
name=ldb
version=1.1.20
release=2
source=(http://www.samba.org/ftp/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}