summaryrefslogtreecommitdiffstats
path: root/ldb/Pkgfile
blob: a5925338fd7f94eb93f5a157ee9ecc832fe005b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Bibliothèque de la base de donnée embarqué de SaMBa
# URL: http://ldb.samba.org/
# Maintainer: NuTyX core team
# Packager: piernov <piernov@piernov.org>
# Depends on: talloc, openldap, tevent, tdb
# Run on: talloc,openldap,tevent,tdb

name=ldb
version=1.1.3
release=1
source=(http://www.samba.org/ftp/$name/$name-$version.tar.gz)

build() {
	cd $name-$version
	sed "s|#!/usr/bin/env python|#!/usr/bin/env python2|" -i buildtools/bin/waf
	./configure --prefix=/usr \
		--with-modulesdir=/usr/lib
	make
	make DESTDIR=$PKG install
}