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

Evangelos Foutras foutrelis at archlinux.org
Fri Jun 19 20:36:25 UTC 2015


    Date: Friday, June 19, 2015 @ 22:36:24
  Author: foutrelis
Revision: 135611

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

Added:
  python2-gudev/repos/community-staging-i686/
  python2-gudev/repos/community-staging-i686/PKGBUILD
    (from rev 135610, python2-gudev/trunk/PKGBUILD)
  python2-gudev/repos/community-staging-x86_64/
  python2-gudev/repos/community-staging-x86_64/PKGBUILD
    (from rev 135610, python2-gudev/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: python2-gudev/repos/community-staging-i686/PKGBUILD (from rev 135610, python2-gudev/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-06-19 20:36:24 UTC (rev 135611)
@@ -0,0 +1,28 @@
+# $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=7
+pkgdesc="Python binding to the GUDev udev helper library"
+arch=('i686' 'x86_64')
+url="https://github.com/nzjrs/python-gudev"
+license=('LGPL3')
+depends=('libgudev')
+makedepends=('python2-gobject2')
+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}"
+}
+

Copied: python2-gudev/repos/community-staging-x86_64/PKGBUILD (from rev 135610, python2-gudev/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-06-19 20:36:24 UTC (rev 135611)
@@ -0,0 +1,28 @@
+# $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=7
+pkgdesc="Python binding to the GUDev udev helper library"
+arch=('i686' 'x86_64')
+url="https://github.com/nzjrs/python-gudev"
+license=('LGPL3')
+depends=('libgudev')
+makedepends=('python2-gobject2')
+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}"
+}
+



More information about the arch-commits mailing list