Date: Wednesday, March 13, 2013 @ 04:41:02 Author: cbehan Revision: 86205
Add this package back Added: python2-gasp/ python2-gasp/repos/ python2-gasp/trunk/ python2-gasp/trunk/PKGBUILD ----------+ PKGBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) Added: python2-gasp/trunk/PKGBUILD =================================================================== --- python2-gasp/trunk/PKGBUILD (rev 0) +++ python2-gasp/trunk/PKGBUILD 2013-03-13 03:41:02 UTC (rev 86205) @@ -0,0 +1,22 @@ +# Maintainer: Connor Behan <[email protected]> +# Contributor: Christoph Zeiler <rabyte*gmail> +# Contributor: Thomas Dziedzic + +pkgname=python2-gasp +pkgver=0.3.4 +pkgrel=1 +pkgdesc="Procedural API for beginning programmers built on the PyCairo library" +arch=('any') +url="https://launchpad.net/gasp-core" +license=('GPL3') +depends=('pygtk') +makedepends=('python2-distribute') +source=(http://launchpad.net/gasp-core/0.3.x/$pkgver/+download/${pkgname#python2-}-${pkgver}.tar.gz) + +package() { + cd "${srcdir}"/${pkgname#python2-}-${pkgver} + python2 setup.py install --root="${pkgdir}" + rm -rf "${pkgdir}"/usr/lib/python*/site-packages/*.egg-info +} + +md5sums=('59b4fbaa3f5bdf180dc1c2262a2258d7') Property changes on: python2-gasp/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
