opt/ldb/Pkgfile

19 lines
393 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
2015-05-03 17:48:07 +02:00
# Depends on: tevent tdb popt
2015-01-27 11:26:41 +01:00
name=ldb
2017-05-24 07:58:17 +02:00
version=1.1.29
release=2
source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz)
2015-01-27 11:26:41 +01:00
build() {
cd $name-$version
./configure \
--prefix=/usr \
--bundled-libraries=NONE
2015-01-27 11:26:41 +01:00
make
make DESTDIR=$PKG install
}