[arch-commits] Commit in python-slip (3 files)
Maxime Gauduin
alucryd at nymeria.archlinux.org
Fri Oct 25 09:29:13 UTC 2013
Date: Friday, October 25, 2013 @ 11:29:13
Author: alucryd
Revision: 99163
archrelease: copy trunk to community-any
Added:
python-slip/repos/
python-slip/repos/community-any/
python-slip/repos/community-any/PKGBUILD
(from rev 99162, python-slip/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: python-slip/repos/community-any/PKGBUILD (from rev 99162, python-slip/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD (rev 0)
+++ repos/community-any/PKGBUILD 2013-10-25 09:29:13 UTC (rev 99163)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+
+pkgname=python-slip
+pkgver=0.6.0
+pkgrel=1
+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/python-slip/python-slip-${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