opt/babl/Pkgfile

15 lines
448 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
2020-08-11 13:28:47 +02:00
# Depends on: gobject-introspection lcms2
2009-10-08 21:19:24 +02:00
name=babl
2020-10-13 18:42:38 +02:00
version=0.1.82
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-07-06 11:28:37 +02:00
meson $name-$version build --prefix=/usr -Denable-vapi=false
DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install
2009-10-08 21:19:24 +02:00
}