[arch-commits] Commit in tevent/repos (4 files)
Tobias Powalowski
tpowa at nymeria.archlinux.org
Wed Mar 27 14:23:11 UTC 2013
Date: Wednesday, March 27, 2013 @ 15:23:10
Author: tpowa
Revision: 180869
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
tevent/repos/testing-i686/
tevent/repos/testing-i686/PKGBUILD
(from rev 180868, tevent/trunk/PKGBUILD)
tevent/repos/testing-x86_64/PKGBUILD
(from rev 180868, tevent/trunk/PKGBUILD)
Deleted:
tevent/repos/testing-x86_64/PKGBUILD
-------------------------+
/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
testing-i686/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 36 ------------------------------------
3 files changed, 72 insertions(+), 36 deletions(-)
Copied: tevent/repos/testing-i686/PKGBUILD (from rev 180868, tevent/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2013-03-27 14:23:10 UTC (rev 180869)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Christian Hesse <mail at eworm.de>
+# Contributor: Marco A Rojas <marquicus at gmail dot com>
+# Contributor: Ng Oon-Ee <ngoonee.talk at gmail.com>
+# Contributor: Thomas Burdick <thomas.burdick at gmail.com>
+
+pkgname=tevent
+pkgver=0.9.18
+pkgrel=1
+pkgdesc="An event system based on the talloc memory management library"
+arch=('i686' 'x86_64')
+url="https://tevent.samba.org/"
+source=("http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz")
+license=('GPL3')
+depends=('talloc')
+makedepends=('python2')
+optdepends=('python2: for python bindings')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ # change to use python2
+ sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" buildtools/bin/waf
+ export PYTHON=/usr/bin/python2
+
+ ./configure --prefix=/usr
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ make
+ make DESTDIR=${pkgdir}/ install
+}
+md5sums=('952535f0bcf002eee5a8db68deb6374b')
Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2013-03-27 14:19:48 UTC (rev 180868)
+++ testing-x86_64/PKGBUILD 2013-03-27 14:23:10 UTC (rev 180869)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Christian Hesse <mail at eworm.de>
-# Contributor: Marco A Rojas <marquicus at gmail dot com>
-# Contributor: Ng Oon-Ee <ngoonee.talk at gmail.com>
-# Contributor: Thomas Burdick <thomas.burdick at gmail.com>
-
-pkgname=tevent
-pkgver=0.9.18
-pkgrel=1
-pkgdesc="An event system based on the talloc memory management library"
-arch=('i686' 'x86_64')
-url="https://tevent.samba.org/"
-source=("http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz")
-license=('GPL3')
-depends=('talloc')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- # change to use python2
- sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" buildtools/bin/waf
- export PYTHON=/usr/bin/python2
-
- ./configure --prefix=/usr
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- make
- make DESTDIR=${pkgdir}/ install
-}
-md5sums=('952535f0bcf002eee5a8db68deb6374b')
Copied: tevent/repos/testing-x86_64/PKGBUILD (from rev 180868, tevent/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-27 14:23:10 UTC (rev 180869)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Christian Hesse <mail at eworm.de>
+# Contributor: Marco A Rojas <marquicus at gmail dot com>
+# Contributor: Ng Oon-Ee <ngoonee.talk at gmail.com>
+# Contributor: Thomas Burdick <thomas.burdick at gmail.com>
+
+pkgname=tevent
+pkgver=0.9.18
+pkgrel=1
+pkgdesc="An event system based on the talloc memory management library"
+arch=('i686' 'x86_64')
+url="https://tevent.samba.org/"
+source=("http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz")
+license=('GPL3')
+depends=('talloc')
+makedepends=('python2')
+optdepends=('python2: for python bindings')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ # change to use python2
+ sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" buildtools/bin/waf
+ export PYTHON=/usr/bin/python2
+
+ ./configure --prefix=/usr
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ make
+ make DESTDIR=${pkgdir}/ install
+}
+md5sums=('952535f0bcf002eee5a8db68deb6374b')
More information about the arch-commits
mailing list