summaryrefslogtreecommitdiffstats
path: root/extra/talloc/Pkgfile
blob: 9ae8ccedffd459d043d10ab1e1b87c35201f4f85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Description: Un allocateur base sur un pool hiÃrarchique de mémoire avec destructeurs
# URL: http://tdb.samba.org/
# Packager: thierryn1 at hispeed dot ch
# Maintainer: NuTyX core team
# Depends on: libxslt, docbook-xsl
# Run on: libxslt,docbook-xsl

name=talloc
version=2.0.5
release=4

source=(http://samba.org/ftp/$name/$name-$version.tar.gz)

build() { 
unset MAKEFLAGS
cd $name-$version
sed -i -e 's#python#python2#g' buildtools/bin/waf
./configure --prefix=/usr \
	--sysconfdir=/etc/samba \
	--localstatedir=/var \
	--enable-talloc-compat1
make
make DESTDIR=$PKG/ install
}