26 lines
692 B
Bash
26 lines
692 B
Bash
# Template build file for 'babl'.
|
|
pkgname=babl
|
|
version=0.1.26
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool 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"
|
|
distfiles="https://ftp.gimp.org/pub/babl/${version%.*}/babl-$version.tar.bz2"
|
|
checksum=fd80e165f1534c64457a8cce7a8aa90559ab28ecd32beb9e3948c5b8cd373d34
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
babl-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|