summaryrefslogtreecommitdiffstats
path: root/extra/python-pigment/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-02 12:34:31 +0100
committersibel <lesibel@free.fr>2011-01-02 12:34:31 +0100
commit474233b6fdfa056d85f6c60beacf078bb2ec7a3b (patch)
tree6ba8fd0a653032c3ece31cfcef4e53abc69c34a3 /extra/python-pigment/Pkgfile
parent3103933392fda8212d2823fd61c023b6b70ea25a (diff)
downloadnutyx-pakxe-474233b6fdfa056d85f6c60beacf078bb2ec7a3b.tar.gz
nutyx-pakxe-474233b6fdfa056d85f6c60beacf078bb2ec7a3b.tar.bz2
nutyx-pakxe-474233b6fdfa056d85f6c60beacf078bb2ec7a3b.tar.xz
nutyx-pakxe-474233b6fdfa056d85f6c60beacf078bb2ec7a3b.zip
python-pigment#0.3.12-1, maj port
Diffstat (limited to 'extra/python-pigment/Pkgfile')
-rw-r--r--extra/python-pigment/Pkgfile9
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
}