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

name=tdb
version=1.2.9
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
	make
	make DESTDIR=$PKG install
}