summaryrefslogtreecommitdiffstats
path: root/extra/pigment/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pigment/Pkgfile')
-rw-r--r--extra/pigment/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/pigment/Pkgfile b/extra/pigment/Pkgfile
deleted file mode 100644
index 49b213187..000000000
--- a/extra/pigment/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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: mesa3d, gst-plugins-base, gtk
-# Run on: mesa3d,gst-plugins-base,gtk
-
-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
-}
-
-
-