Date: Friday, October 25, 2013 @ 11:28:49 Author: alucryd Revision: 99162
Add python-slip Added: python-slip/ python-slip/trunk/ python-slip/trunk/PKGBUILD ----------+ PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) Added: python-slip/trunk/PKGBUILD =================================================================== --- python-slip/trunk/PKGBUILD (rev 0) +++ python-slip/trunk/PKGBUILD 2013-10-25 09:28:49 UTC (rev 99162) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Maxime Gauduin <[email protected]> + +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: Property changes on: python-slip/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
