1e7fc0a0f5
Closes: #10577 [via git-merge-pr]
26 lines
692 B
Bash
26 lines
692 B
Bash
# Template build file for 'babl'.
|
|
pkgname=babl
|
|
version=0.1.38
|
|
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=a0f9284fcade0377d5227f73f3bf0c4fb6f1aeee2af3a7d335a90081bf5fee86
|
|
|
|
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"
|
|
}
|
|
}
|