summaryrefslogtreecommitdiffstats
path: root/extra/pigment/Pkgfile
blob: dee17de52cc4919e42cc1d9a07b184d1ae01e102 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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: 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
}