2008-10-11 04:33:25 +00:00
|
|
|
# Template build file for 'babl'.
|
|
|
|
pkgname=babl
|
2015-06-09 09:11:44 +00:00
|
|
|
version=0.1.12
|
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2014-02-18 14:15:16 +00:00
|
|
|
hostmakedepends="automake libtool pkg-config vala-devel"
|
2013-04-12 06:55:23 +00:00
|
|
|
makedepends="vala-devel"
|
2008-10-11 04:33:25 +00:00
|
|
|
short_desc="Dynamic pixel format translation library"
|
2015-04-10 07:16:30 +00:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2011-05-28 07:49:38 +00:00
|
|
|
homepage="http://gegl.org/babl/"
|
|
|
|
license="LGPL-3"
|
2015-06-09 09:11:44 +00:00
|
|
|
distfiles="http://ftp.gimp.org/pub/babl/${version%.*}/babl-$version.tar.bz2"
|
|
|
|
checksum=2f802b7f1a17b72c10bf0fe1e69b7a888cf7ce62b7cf1537b030f7f88d55a407
|
2008-10-11 04:33:25 +00:00
|
|
|
|
2014-02-18 14:15:16 +00:00
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|
2009-05-13 07:10:44 +00:00
|
|
|
|
2013-04-12 06:55:23 +00:00
|
|
|
babl-devel_package() {
|
2014-02-18 14:15:16 +00:00
|
|
|
depends="babl>=${version}_${revision}"
|
2014-01-01 15:10:11 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 06:55:23 +00:00
|
|
|
pkg_install() {
|
2013-04-16 10:59:37 +00:00
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2014-02-18 14:15:16 +00:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-12 06:55:23 +00:00
|
|
|
}
|
|
|
|
}
|