[arch-commits] Commit in (4 files)

Fabio Castelli muflone at archlinux.org
Sun Sep 14 14:42:25 UTC 2014


    Date: Sunday, September 14, 2014 @ 16:42:25
  Author: muflone
Revision: 118957

python2-gudev 147.2-6

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

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

Added: python2-gudev/trunk/PKGBUILD
===================================================================
--- python2-gudev/trunk/PKGBUILD	                        (rev 0)
+++ python2-gudev/trunk/PKGBUILD	2014-09-14 14:42:25 UTC (rev 118957)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Jonas Heinrich <onny at project-insanity.org>
+
+pkgname=python2-gudev
+_gitname=python-gudev
+pkgver=147.2
+pkgrel=6
+pkgdesc="Python binding to the GUDev udev helper library"
+arch=('any')
+url="https://github.com/nzjrs/python-gudev"
+license=('LGPL3')
+depends=('systemd' 'python2')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/nzjrs/${_gitname}/archive/${pkgver}.tar.gz")
+sha512sums=('aabb342ee944805d4038040242d45f49c9a13d0b92cb435394e9851cab99b6a55e2d7c65cb6291903e8482ccabfce552660520df69919635d20846d8db099583')
+
+build() {
+  cd "${srcdir}/${_gitname}-${pkgver}"
+  PYTHON=python2 ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${_gitname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}
+


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



More information about the arch-commits mailing list