opt/babl/Pkgfile

19 lines
406 B
Plaintext
Raw Normal View History

2009-10-08 21:19:24 +02:00
# Description: Dynamic, any to any, pixel format translation library
# URL: http://gegl.org/babl
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Simone Rota, sip at crux dot nu
# Depends on:
name=babl
2012-10-11 17:07:35 +02:00
version=0.1.10
2009-10-08 21:19:24 +02:00
release=1
source=(ftp://ftp.gtk.org/pub/babl/0.1/$name-$version.tar.bz2)
2009-10-08 21:19:24 +02:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}