contrib/babl/Pkgfile

18 lines
404 B
Plaintext
Raw Normal View History

2009-01-12 23:21:31 +01: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
2009-10-08 15:39:56 +02:00
version=0.1.0
2009-01-12 23:21:31 +01:00
release=1
2009-10-08 15:39:56 +02:00
source=(ftp://ftp.gtk.org/pub/babl/0.1/$name-$version.tar.bz2)
2009-01-12 23:21:31 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}