Date: Saturday, June 14, 2014 @ 06:47:57
  Author: fyan
Revision: 215103

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

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

-------------------------+
 testing-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: talloc/repos/testing-i686/PKGBUILD (from rev 215102, 
talloc/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2014-06-14 04:47:57 UTC (rev 215103)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski <tp...@archlinux.org>
+
+pkgname=talloc
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="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";)
+
+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 \
+     --bundled-libraries=NONE \
+     --builtin-libraries=replace \
+     --enable-talloc-compat1
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}
+md5sums=('5dffb86414218a91864ed4453ba9be07')

Copied: talloc/repos/testing-x86_64/PKGBUILD (from rev 215102, 
talloc/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2014-06-14 04:47:57 UTC (rev 215103)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski <tp...@archlinux.org>
+
+pkgname=talloc
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="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";)
+
+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 \
+     --bundled-libraries=NONE \
+     --builtin-libraries=replace \
+     --enable-talloc-compat1
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}
+md5sums=('5dffb86414218a91864ed4453ba9be07')

Reply via email to