diff options
Diffstat (limited to 'extra/python-pigment/Pkgfile')
-rw-r--r-- | extra/python-pigment/Pkgfile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/extra/python-pigment/Pkgfile b/extra/python-pigment/Pkgfile index 373ba7c75..1ebdfa278 100644 --- a/extra/python-pigment/Pkgfile +++ b/extra/python-pigment/Pkgfile @@ -2,14 +2,17 @@ # URL:http://www.moovida.com # Maintainer: NuTyX core team # Packager: fanch -# Depends on:python, pigment, pygobject +# Depends on: python2, pigment, pygobject + name=python-pigment version=0.3.12 release=1 -source=(http://www.moovida.com/static/download/pigment/pigment-python-0.3.12.tar.bz2) + +source=(http://www.moovida.com/static/download/pigment/pigment-python-$version.tar.bz2) + build() { cd pigment-python-$version - ./configure --prefix=/usr + PYTHON=python2 ./configure --prefix=/usr make make DESTDIR=$PKG install } |