From 95c9a3745f5b3e10e3080593c98654c1b68715ad Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 24 Mar 2013 19:19:19 +0100 Subject: [PATCH] font-util: cross build and dbg support. --- srcpkgs/font-util/template | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/srcpkgs/font-util/template b/srcpkgs/font-util/template index 891b20789f..134ed54333 100644 --- a/srcpkgs/font-util/template +++ b/srcpkgs/font-util/template @@ -1,15 +1,19 @@ # Template build file for 'font-util'. pkgname=font-util version=1.3.0 -homepage="http://xorg.freedesktop.org" -distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2" +revision=2 build_style=gnu-configure -makedepends="pkg-config bdftopcf" -fulldepends="font-alias expat freetype fontconfig mkfontdir mkfontscale" -revision=1 +hostmakedepends="pkg-config bdftopcf" +# +# These aren't really required, but this is to centralize the +# requirement of dependent packages. +# +depends="font-alias expat freetype fontconfig mkfontdir mkfontscale" short_desc="Tools for truncating and subseting of ISO10646-1 BDF fonts" maintainer="Juan RP " license="MIT" +homepage="http://xorg.freedesktop.org" +distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2" checksum=dfa9e55625a4e0250f32fabab1fd5c8ffcd2d1ff2720d6fcf0f74bc8a5929195 long_desc=" The font-util package provides ucs2any and bdftruncate tools, for @@ -17,8 +21,3 @@ long_desc=" and generating truncated BDF font from ISO 10646-1-encoded BDF font. It also provides mapping-files (character set tables) and the fontutil pkg-config and autoconf macro files." - -# -# These aren't really required, but this is to centralize the -# requirement of dependent packages. -#