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