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


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

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