void-packages/srcpkgs/babl/template
2018-08-06 21:29:19 -03:00

23 lines
717 B
Bash

# Template file for 'babl'
pkgname=babl
version=0.1.54
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config vala-devel"
short_desc="Dynamic pixel format translation library"
maintainer="Enno Boland <gottox@voidlinux.eu>"
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=4d2bf1345d7214b08762e6d1e23d0038508b806dbf7c4c44386faee434682a07
babl-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}