summaryrefslogtreecommitdiffstats
path: root/extra/python-pigment/Pkgfile
diff options
context:
space:
mode:
authorFrançois Visdeloup <fanchyannmaria at orange dot fr>2009-11-16 14:21:58 +0100
committerFrançois Visdeloup <fanchyannmaria at orange dot fr>2009-11-16 14:21:58 +0100
commite4d0ba57cf0919e94662293aa23a5713be92ce78 (patch)
tree9a683a953767073fecb298b28cacf2568e01729d /extra/python-pigment/Pkgfile
parent488d23ce14f97557920d472aef1c6fdc4d671ee4 (diff)
downloadnutyx-pakxe-e4d0ba57cf0919e94662293aa23a5713be92ce78.tar.gz
nutyx-pakxe-e4d0ba57cf0919e94662293aa23a5713be92ce78.tar.bz2
nutyx-pakxe-e4d0ba57cf0919e94662293aa23a5713be92ce78.tar.xz
nutyx-pakxe-e4d0ba57cf0919e94662293aa23a5713be92ce78.zip
python-pigment
Diffstat (limited to 'extra/python-pigment/Pkgfile')
-rw-r--r--extra/python-pigment/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/python-pigment/Pkgfile b/extra/python-pigment/Pkgfile
new file mode 100644
index 000000000..c56a5c800
--- /dev/null
+++ b/extra/python-pigment/Pkgfile
@@ -0,0 +1,16 @@
+# Description: Pigment Python library and bindings
+# URL:http://www.moovida.com
+# Maintainer: NuTyX core team
+# Packager: fanch
+# Depends on:python, 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)
+build() {
+ cd pigment-python-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+