26 lines
691 B
Bash
26 lines
691 B
Bash
# Template build file for 'babl'.
|
|
pkgname=babl
|
|
version=0.1.22
|
|
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="http://ftp.gimp.org/pub/babl/${version%.*}/babl-$version.tar.bz2"
|
|
checksum=f38a02e76fb96f4119ca82b4088c23f9183b9601cae19c1d8147e3ee8eaf2cca
|
|
|
|
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"
|
|
}
|
|
}
|