[arch-commits] Commit in python2-systemd/repos (4 files)

Daniel Wallace dwallace at nymeria.archlinux.org
Sun Feb 23 01:03:44 UTC 2014


    Date: Sunday, February 23, 2014 @ 02:03:44
  Author: dwallace
Revision: 106107

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

Added:
  python2-systemd/repos/community-testing-i686/
  python2-systemd/repos/community-testing-i686/PKGBUILD
    (from rev 106106, python2-systemd/trunk/PKGBUILD)
  python2-systemd/repos/community-testing-x86_64/
  python2-systemd/repos/community-testing-x86_64/PKGBUILD
    (from rev 106106, python2-systemd/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: python2-systemd/repos/community-testing-i686/PKGBUILD (from rev 106106, python2-systemd/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-02-23 01:03:44 UTC (rev 106107)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com
+pkgname=python2-systemd
+_pkgname=systemd
+pkgver=209
+pkgrel=1
+pkgdesc="Python2 bindings for systemd"
+arch=('x86_64' 'i686')
+url="http://www.freedesktop.org/wiki/Software/systemd/"
+license=('GPL')
+depends=('python2' "systemd>=$pkgver" 'python2-lxml')
+makedepends=('intltool' 'gperf')
+source=("http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz")
+md5sums=('2c7a7c8ffede079a3e1b241565bd4ed7')
+
+
+build() {
+	cd "$_pkgname-$pkgver"
+    ./configure \
+        --libexecdir=/usr/lib \
+        --disable-manpages \
+        --with-sysvinit-path=/etc/rc.d/init.d \
+        --with-rc-local-script-path-start=/etc/rc.d/rc.local \
+        PYTHON=python2
+	make
+}
+
+package(){
+	cd "$_pkgname-$pkgver"
+    make DESTDIR=$srcdir/root install
+    install -dm755 $pkgdir/usr/lib/python2.7
+    cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7 $pkgdir/usr/lib/python2.7
+}

Copied: python2-systemd/repos/community-testing-x86_64/PKGBUILD (from rev 106106, python2-systemd/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-02-23 01:03:44 UTC (rev 106107)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com
+pkgname=python2-systemd
+_pkgname=systemd
+pkgver=209
+pkgrel=1
+pkgdesc="Python2 bindings for systemd"
+arch=('x86_64' 'i686')
+url="http://www.freedesktop.org/wiki/Software/systemd/"
+license=('GPL')
+depends=('python2' "systemd>=$pkgver" 'python2-lxml')
+makedepends=('intltool' 'gperf')
+source=("http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz")
+md5sums=('2c7a7c8ffede079a3e1b241565bd4ed7')
+
+
+build() {
+	cd "$_pkgname-$pkgver"
+    ./configure \
+        --libexecdir=/usr/lib \
+        --disable-manpages \
+        --with-sysvinit-path=/etc/rc.d/init.d \
+        --with-rc-local-script-path-start=/etc/rc.d/rc.local \
+        PYTHON=python2
+	make
+}
+
+package(){
+	cd "$_pkgname-$pkgver"
+    make DESTDIR=$srcdir/root install
+    install -dm755 $pkgdir/usr/lib/python2.7
+    cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7 $pkgdir/usr/lib/python2.7
+}




More information about the arch-commits mailing list