diff options
author | François Visdeloup <fanchyannmaria at orange dot fr> | 2009-11-16 14:16:43 +0100 |
---|---|---|
committer | François Visdeloup <fanchyannmaria at orange dot fr> | 2009-11-16 14:16:43 +0100 |
commit | 488d23ce14f97557920d472aef1c6fdc4d671ee4 (patch) | |
tree | 891b316f4237bcb815869abaa372c26b1a549cfd /extra/pigment/Pkgfile | |
parent | 8c83d1e3c1e96b2c208dd74ec74fd3e3e7ad1f7e (diff) | |
download | nutyx-pakxe-488d23ce14f97557920d472aef1c6fdc4d671ee4.tar.gz nutyx-pakxe-488d23ce14f97557920d472aef1c6fdc4d671ee4.tar.bz2 nutyx-pakxe-488d23ce14f97557920d472aef1c6fdc4d671ee4.tar.xz nutyx-pakxe-488d23ce14f97557920d472aef1c6fdc4d671ee4.zip |
pigment
Diffstat (limited to 'extra/pigment/Pkgfile')
-rw-r--r-- | extra/pigment/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/pigment/Pkgfile b/extra/pigment/Pkgfile new file mode 100644 index 000000000..899dddf49 --- /dev/null +++ b/extra/pigment/Pkgfile @@ -0,0 +1,18 @@ +# Description: A GLib/GObject library designed to easily create rich UIs embedding several media types +# URL:http://www.moovida.com +# Maintainer: NuTyX core team +# Packager: fanch +# Depends on:libgl, gstreamer0.10-base, gtk2 +name=pigment +version=0.3.17 +release=1 +source=(http://www.moovida.com/static/download/pigment/pigment-0.3.17.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + + |