diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-21 23:00:45 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-21 23:00:45 +0100 |
commit | b5ceaffd189fc369c690c68d0a2b59137fdffe84 (patch) | |
tree | 9b78b4df09dd4dc987c9f90a09de75ecd54fe72b /extra/python-pigment/Pkgfile | |
parent | a52e87b8c3a76aa9bb936844d5cfc9a7e51ad738 (diff) | |
download | nutyx-pakxe-b5ceaffd189fc369c690c68d0a2b59137fdffe84.tar.gz nutyx-pakxe-b5ceaffd189fc369c690c68d0a2b59137fdffe84.tar.bz2 nutyx-pakxe-b5ceaffd189fc369c690c68d0a2b59137fdffe84.tar.xz nutyx-pakxe-b5ceaffd189fc369c690c68d0a2b59137fdffe84.zip |
python-pigment dans ouvert
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 -} - - |