[arch-commits] Commit in (4 files)

Daniel Wallace dwallace at nymeria.archlinux.org
Wed Feb 12 17:33:23 UTC 2014


    Date: Wednesday, February 12, 2014 @ 18:33:23
  Author: dwallace
Revision: 105638

adding python2 systemd bindings for systemd.daemon.notify

Added:
  python2-systemd/
  python2-systemd/repos/
  python2-systemd/trunk/
  python2-systemd/trunk/PKGBUILD

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

Added: python2-systemd/trunk/PKGBUILD
===================================================================
--- python2-systemd/trunk/PKGBUILD	                        (rev 0)
+++ python2-systemd/trunk/PKGBUILD	2014-02-12 17:33:23 UTC (rev 105638)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com
+pkgname=python2-systemd
+_pkgname=systemd
+pkgver=208
+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")
+makedepends=('intltool' 'gperf')
+source=("http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz")
+md5sums=('df64550d92afbffb4f67a434193ee165')
+
+
+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
+}


Property changes on: python2-systemd/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list