[arch-commits] Commit in tevent/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Tue Mar 19 15:25:09 UTC 2019


    Date: Tuesday, March 19, 2019 @ 15:25:08
  Author: tpowa
Revision: 348692

archrelease: copy trunk to extra-x86_64

Added:
  tevent/repos/extra-x86_64/PKGBUILD
    (from rev 348691, tevent/trunk/PKGBUILD)
Deleted:
  tevent/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 33 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-19 15:24:59 UTC (rev 348691)
+++ PKGBUILD	2019-03-19 15:25:08 UTC (rev 348692)
@@ -1,38 +0,0 @@
-# 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.39
-pkgrel=1
-epoch=1
-pkgdesc="An event system based on the talloc memory management library"
-arch=('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 \
-                    --bundled-libraries=NONE \
-                    --builtin-libraries=replace
-}
-
-package() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-	
-	make
-	make DESTDIR=${pkgdir}/ install
-}
-md5sums=('b937d5e980fa9704f20b57df688845c0')

Copied: tevent/repos/extra-x86_64/PKGBUILD (from rev 348691, tevent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-19 15:25:08 UTC (rev 348692)
@@ -0,0 +1,33 @@
+# 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.39
+pkgrel=2
+epoch=1
+pkgdesc="An event system based on the talloc memory management library"
+arch=('x86_64')
+url="https://tevent.samba.org/"
+source=("http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz")
+license=('GPL3')
+depends=('talloc')
+makedepends=('python')
+optdepends=('python: for python bindings')
+
+build() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+	./configure --prefix=/usr \
+                    --bundled-libraries=NONE \
+                    --builtin-libraries=replace
+}
+
+package() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+	
+	make
+	make DESTDIR=${pkgdir}/ install
+}
+md5sums=('b937d5e980fa9704f20b57df688845c0')



More information about the arch-commits mailing list