diff options
Diffstat (limited to 'extra/python-pigment/Pkgfile')
-rw-r--r-- | extra/python-pigment/Pkgfile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/python-pigment/Pkgfile b/extra/python-pigment/Pkgfile deleted file mode 100644 index a5f2904c4..000000000 --- a/extra/python-pigment/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# Description: Pigment Python library and bindings -# URL:http://www.moovida.com -# Maintainer: NuTyX core team -# Packager: fanch -# Depends on: pigment, pygobject -# Run on: pigment,pygobject - -name=python-pigment -version=0.3.12 -release=1 - -source=(http://www.moovida.com/static/download/pigment/pigment-python-$version.tar.bz2) - -build() { - cd pigment-python-$version - PYTHON=python2 ./configure --prefix=/usr - make - make DESTDIR=$PKG install -} - - |