Date: Tuesday, December 4, 2012 @ 11:31:11
  Author: stephane
Revision: 172548

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  talloc/repos/testing-i686/
  talloc/repos/testing-i686/PKGBUILD
    (from rev 172546, talloc/trunk/PKGBUILD)
  talloc/repos/testing-x86_64/
  talloc/repos/testing-x86_64/PKGBUILD
    (from rev 172547, talloc/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: talloc/repos/testing-i686/PKGBUILD (from rev 172546, 
talloc/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2012-12-04 16:31:11 UTC (rev 172548)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski <tp...@archlinux.org>
+
+pkgname=talloc
+pkgver=2.0.8
+pkgrel=1
+pkgdesc="A hierarchical pool based memory allocator with destructors"
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://talloc.samba.org/";
+depends=('glibc')
+makedepends=('python2' 'docbook-xsl')
+optdepends=('python2: for python bindings')
+source=("http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('7857200b58a8617ca18fe2c91296cd93')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed -i -e 's#python#python2#g' buildtools/bin/waf
+   ./configure --prefix=/usr \
+     --sysconfdir=/etc/samba \
+     --localstatedir=/var \
+     --enable-talloc-compat1
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: talloc/repos/testing-x86_64/PKGBUILD (from rev 172547, 
talloc/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2012-12-04 16:31:11 UTC (rev 172548)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski <tp...@archlinux.org>
+
+pkgname=talloc
+pkgver=2.0.8
+pkgrel=1
+pkgdesc="A hierarchical pool based memory allocator with destructors"
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://talloc.samba.org/";
+depends=('glibc')
+makedepends=('python2' 'docbook-xsl')
+optdepends=('python2: for python bindings')
+source=("http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('7857200b58a8617ca18fe2c91296cd93')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed -i -e 's#python#python2#g' buildtools/bin/waf
+   ./configure --prefix=/usr \
+     --sysconfdir=/etc/samba \
+     --localstatedir=/var \
+     --enable-talloc-compat1
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Reply via email to