summaryrefslogtreecommitdiff
path: root/extra/talloc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/talloc/PKGBUILD')
-rw-r--r--extra/talloc/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/extra/talloc/PKGBUILD b/extra/talloc/PKGBUILD
index ca53743ba..fff399c50 100644
--- a/extra/talloc/PKGBUILD
+++ b/extra/talloc/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 172901 2012-12-06 14:08:40Z stephane $
+# $Id: PKGBUILD 195486 2013-10-01 06:06:00Z bpiotrowski $
# Maintainer:
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=talloc
pkgver=2.0.8
-pkgrel=1
-pkgdesc="A hierarchical pool based memory allocator with destructors"
+pkgrel=2
+pkgdesc="Hierarchical pool based memory allocator with destructors"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL3')
url="http://talloc.samba.org/"
@@ -15,9 +15,13 @@ optdepends=('python2: for python bindings')
source=("http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('7857200b58a8617ca18fe2c91296cd93')
-build() {
+prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i -e 's#python#python2#g' buildtools/bin/waf
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr \
--sysconfdir=/etc/samba \
--localstatedir=/var \