summaryrefslogtreecommitdiffstats
path: root/extra/pigment/Pkgfile
blob: 899dddf49b3daa4acd29767e0e2f29d7efc2c6d2 (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: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
}