opt/babl/Pkgfile

19 lines
507 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-12-22 13:06:39 +01:00
version=0.1.84
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-11-21 17:42:27 +01:00
meson setup build $name-$version \
--prefix=/usr \
--buildtype=plain \
2020-12-22 13:06:39 +01:00
-D enable-vapi=false
2020-11-21 17:42:27 +01:00
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build
2009-10-08 21:19:24 +02:00
}