summaryrefslogtreecommitdiffstats
path: root/tdb/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-19 19:54:03 +0000
committerpiernov <piernov@piernov.org>2012-05-19 19:54:03 +0000
commit3b54d78a72375b87d8f0687d48469c8408de685d (patch)
treecde4710e2d2c75179d50134a94e262bbbf06391a /tdb/Pkgfile
parent116d5e24d9729a73d6703115c0ba5799060a466c (diff)
downloadnutyx-extra-3b54d78a72375b87d8f0687d48469c8408de685d.tar.gz
nutyx-extra-3b54d78a72375b87d8f0687d48469c8408de685d.tar.bz2
nutyx-extra-3b54d78a72375b87d8f0687d48469c8408de685d.tar.xz
nutyx-extra-3b54d78a72375b87d8f0687d48469c8408de685d.zip
tdb 1.2.10-1 màj port
Diffstat (limited to 'tdb/Pkgfile')
-rwxr-xr-xtdb/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdb/Pkgfile b/tdb/Pkgfile
index 20523c446..9108c6d10 100755
--- a/tdb/Pkgfile
+++ b/tdb/Pkgfile
@@ -6,14 +6,14 @@
# Run on:
name=tdb
-version=1.2.9
+version=1.2.10
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
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr
make
make DESTDIR=$PKG install
}