opt/gegl/Pkgfile

19 lines
401 B
Plaintext
Raw Normal View History

2008-10-01 22:34:46 +00:00
# Description: graph based image processing framework
# URL: http://gegl.org
# Maintainer: Simone Rota, sip at crux dot nu
# Packager: Simone Rota, sip at crux dot nu
# Depends on: babl
name=gegl
version=0.0.18
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
rm -r $PKG/usr/share
}