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