blob: 49b2131872621ed15b77c360ad16fe918b979dd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
}
|