opt/babl/Pkgfile

16 lines
417 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
# Depends on: gobject-introspection lcms2
2009-10-08 21:19:24 +02:00
name=babl
2019-08-31 10:03:13 +02:00
version=0.1.72
2009-10-08 21:19:24 +02:00
release=1
source=(https://ftp.gtk.org/pub/babl/${version%.*}/$name-$version.tar.xz)
2009-10-08 21:19:24 +02:00
build() {
cd $name-$version
meson build --prefix=/usr
DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install
2009-10-08 21:19:24 +02:00
}