babl: remove long_desc; cross build support.

This commit is contained in:
Juan RP 2014-02-18 15:15:16 +01:00
parent 300b48a287
commit 046f886d24

View file

@ -1,9 +1,9 @@
# Template build file for 'babl'. # Template build file for 'babl'.
pkgname=babl pkgname=babl
version=0.1.10 version=0.1.10
revision=2 revision=3
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config" hostmakedepends="automake libtool pkg-config vala-devel"
makedepends="vala-devel" makedepends="vala-devel"
short_desc="Dynamic pixel format translation library" short_desc="Dynamic pixel format translation library"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
@ -11,21 +11,17 @@ homepage="http://gegl.org/babl/"
license="LGPL-3" license="LGPL-3"
distfiles="ftp://ftp.gimp.org/pub/babl/0.1/babl-$version.tar.bz2" distfiles="ftp://ftp.gimp.org/pub/babl/0.1/babl-$version.tar.bz2"
checksum=943fc36ceac7dd25bc928256bc7b535a42989c6b971578146869eee5fe5955f4 checksum=943fc36ceac7dd25bc928256bc7b535a42989c6b971578146869eee5fe5955f4
long_desc="
babl is a dynamic, any to any, pixel format translation library.
It allows converting between different methods of storing pixels known pre_configure() {
as pixel formats that have with different bitdepths and other data autoreconf -fi
representations, color models and component permutations. }
A vocabulary to formulate new pixel formats from existing primitives is
provided as well as the framework to add new color models and data types."
babl-devel_package() { babl-devel_package() {
depends="babl>=${version}" depends="babl>=${version}_${revision}"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
} }
} }