summaryrefslogtreecommitdiffstats
path: root/extra/pigment/Pkgfile
diff options
context:
space:
mode:
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
+}
+
+