summaryrefslogtreecommitdiffstats
path: root/talloc/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot org>2012-04-03 18:18:02 +0200
committertnut <tnut at nutyx dot org>2012-04-03 18:18:02 +0200
commit5dd4048765e237d6210ed799359cb7c397b1e4e6 (patch)
tree976332f524be6a07082a275a63fc0dac0215fca2 /talloc/Pkgfile
parente9ef802a013ac393a057134f1fdaad745aa38573 (diff)
downloadnutyx-extra-5dd4048765e237d6210ed799359cb7c397b1e4e6.tar.gz
nutyx-extra-5dd4048765e237d6210ed799359cb7c397b1e4e6.tar.bz2
nutyx-extra-5dd4048765e237d6210ed799359cb7c397b1e4e6.tar.xz
nutyx-extra-5dd4048765e237d6210ed799359cb7c397b1e4e6.zip
déplacé dans base
Diffstat (limited to 'talloc/Pkgfile')
-rw-r--r--talloc/Pkgfile24
1 files changed, 0 insertions, 24 deletions
diff --git a/talloc/Pkgfile b/talloc/Pkgfile
deleted file mode 100644
index fe3401567..000000000
--- a/talloc/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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.7
-release=1
-
-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
- PYTHON=python2 ./configure --prefix=/usr \
- --sysconfdir=/etc/samba \
- --localstatedir=/var \
- --enable-talloc-compat1
- make
- make DESTDIR=$PKG/ install
-}