[arch-commits] Commit in python-slip/repos (2 files)

Maxime Gauduin alucryd at nymeria.archlinux.org
Tue Mar 18 12:27:53 UTC 2014


    Date: Tuesday, March 18, 2014 @ 13:27:53
  Author: alucryd
Revision: 107667

archrelease: copy trunk to community-staging-any

Added:
  python-slip/repos/community-staging-any/
  python-slip/repos/community-staging-any/PKGBUILD
    (from rev 107666, python-slip/trunk/PKGBUILD)

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

Copied: python-slip/repos/community-staging-any/PKGBUILD (from rev 107666, python-slip/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2014-03-18 12:27:53 UTC (rev 107667)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+
+pkgname=python-slip
+pkgver=0.6.0
+pkgrel=2
+pkgdesc='Simple Library for Python'
+arch=('any')
+url='http://fedorahosted.org/python-slip'
+license=('GPL2')
+depends=('polkit' 'python-dbus' 'python-decorator' 'python-gobject' 'python-six')
+makedepends=('python-setuptools')
+source=("http://fedorahosted.org/released/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('f47361ec52b608309b83c71905e692b6b363eaf3b8a7afdeff866cd94463ad5c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+ make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list