summaryrefslogtreecommitdiffstats
path: root/extra/pigment/Pkgfile
diff options
context:
space:
mode:
authorFrançois Visdeloup <fanchyannmaria at orange dot fr>2009-11-16 14:16:43 +0100
committerFrançois Visdeloup <fanchyannmaria at orange dot fr>2009-11-16 14:16:43 +0100
commit488d23ce14f97557920d472aef1c6fdc4d671ee4 (patch)
tree891b316f4237bcb815869abaa372c26b1a549cfd /extra/pigment/Pkgfile
parent8c83d1e3c1e96b2c208dd74ec74fd3e3e7ad1f7e (diff)
downloadnutyx-extra-488d23ce14f97557920d472aef1c6fdc4d671ee4.tar.gz
nutyx-extra-488d23ce14f97557920d472aef1c6fdc4d671ee4.tar.bz2
nutyx-extra-488d23ce14f97557920d472aef1c6fdc4d671ee4.tar.xz
nutyx-extra-488d23ce14f97557920d472aef1c6fdc4d671ee4.zip
pigment
Diffstat (limited to 'extra/pigment/Pkgfile')
-rw-r--r--extra/pigment/Pkgfile18
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
+}
+
+