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