opt/babl/Pkgfile

19 lines
407 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
2016-03-08 02:47:54 +01:00
version=0.1.16
2009-10-08 21:19:24 +02:00
release=1
2014-06-25 21:01:49 +02:00
source=(http://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
}