opt/babl/Pkgfile

15 lines
427 B
Plaintext
Raw Normal View History

2009-10-08 21:19:24 +02:00
# Description: Dynamic, any to any, pixel format translation library
2020-05-27 11:27:41 +02:00
# URL: http://gegl.org/babl
2009-10-08 21:19:24 +02:00
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: gobject-introspection lcms2
2009-10-08 21:19:24 +02:00
name=babl
2020-02-07 12:08:41 +01:00
version=0.1.74
2009-10-08 21:19:24 +02:00
release=1
2020-05-27 11:27:41 +02:00
source=(https://download.gimp.org/pub/$name/${version%.*}/$name-$version.tar.xz)
2009-10-08 21:19:24 +02:00
build() {
2020-05-27 11:27:41 +02:00
meson $name-$version build --prefix=/usr
DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install
2009-10-08 21:19:24 +02:00
}