summaryrefslogtreecommitdiffstats
path: root/base/babl/Pkgfile
blob: e92a2d5f6cb7d58ee6da4774541d92f29b3ddb67 (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.0.22
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
}