23 lines
653 B
Bash
23 lines
653 B
Bash
# Template build file for 'babl'.
|
|
pkgname=babl
|
|
version=0.1.52
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config vala-devel"
|
|
short_desc="Dynamic pixel format translation library"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
homepage="http://gegl.org/babl/"
|
|
license="LGPL-3.0-only"
|
|
distfiles="https://download.gimp.org/pub/babl/${version%.*}/babl-$version.tar.bz2"
|
|
checksum=40f714a0fc043e16ac05c670f39e4db0d0d923480d21952fb0569686479ef76c
|
|
|
|
babl-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|