summaryrefslogtreecommitdiffstats
path: root/base/babl/Pkgfile
blob: c169cf607355bd263f26076c08caa7f6bc06505c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: librairie de traduction de pixels
# URL: http://gegl.org/babl
# Maintainer: NuTyX Core team
# Packager: thierryn1 at hispeed dot ch
# Depends on:


name=babl
version=0.1.2
release=1
source=(ftp://ftp.gimp.org/pub/$name/0.0/$name-$version.tar.bz2)

build() {
	cd $name-$version
	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
}