opt/babl/Pkgfile

19 lines
405 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
2010-02-07 19:29:57 +01:00
version=0.1.2
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
}