From 046f886d24c462600fbbf7c25f9e2b029f3bffd8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 18 Feb 2014 15:15:16 +0100 Subject: [PATCH] babl: remove long_desc; cross build support. --- srcpkgs/babl/template | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/srcpkgs/babl/template b/srcpkgs/babl/template index 8479a48fea4..3f4d2da49ec 100644 --- a/srcpkgs/babl/template +++ b/srcpkgs/babl/template @@ -1,9 +1,9 @@ # Template build file for 'babl'. pkgname=babl version=0.1.10 -revision=2 +revision=3 build_style=gnu-configure -hostmakedepends="pkg-config" +hostmakedepends="automake libtool pkg-config vala-devel" makedepends="vala-devel" short_desc="Dynamic pixel format translation library" maintainer="Juan RP " @@ -11,21 +11,17 @@ homepage="http://gegl.org/babl/" license="LGPL-3" distfiles="ftp://ftp.gimp.org/pub/babl/0.1/babl-$version.tar.bz2" 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 - as pixel formats that have with different bitdepths and other data - 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." +pre_configure() { + autoreconf -fi +} babl-devel_package() { - depends="babl>=${version}" + depends="babl>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig + vmove "usr/lib/*.so" } }