diff options
author | root <root@rshg054.dnsready.net> | 2013-10-02 03:18:35 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-02 03:18:35 -0700 |
commit | ccdfb7506009a95df3049db791408ac9b291b6e2 (patch) | |
tree | 9f6f7864bf3718228738f5e3163f736ba8323dac /extra/talloc | |
parent | b2bab0c3032e55f291c1df002c13319de0bdb8cf (diff) |
Wed Oct 2 03:15:27 PDT 2013
Diffstat (limited to 'extra/talloc')
-rw-r--r-- | extra/talloc/PKGBUILD | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/extra/talloc/PKGBUILD b/extra/talloc/PKGBUILD index 41e359082..90e4faa7d 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') 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 \ |