opt/ldb/Pkgfile

19 lines
392 B
Plaintext
Raw Normal View History

2015-01-27 11:26:41 +01:00
# 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
2015-01-27 11:26:41 +01:00
source=(http://www.samba.org/ftp/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
2015-01-27 11:26:41 +01:00
make
make DESTDIR=$PKG install
}