font-util: cross build and dbg support.

This commit is contained in:
Juan RP 2013-03-24 19:19:19 +01:00
parent 43e73aaa77
commit 95c9a3745f

View file

@ -1,15 +1,19 @@
# Template build file for 'font-util'. # Template build file for 'font-util'.
pkgname=font-util pkgname=font-util
version=1.3.0 version=1.3.0
homepage="http://xorg.freedesktop.org" revision=2
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
build_style=gnu-configure build_style=gnu-configure
makedepends="pkg-config bdftopcf" hostmakedepends="pkg-config bdftopcf"
fulldepends="font-alias expat freetype fontconfig mkfontdir mkfontscale" #
revision=1 # 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" short_desc="Tools for truncating and subseting of ISO10646-1 BDF fonts"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT" license="MIT"
homepage="http://xorg.freedesktop.org"
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
checksum=dfa9e55625a4e0250f32fabab1fd5c8ffcd2d1ff2720d6fcf0f74bc8a5929195 checksum=dfa9e55625a4e0250f32fabab1fd5c8ffcd2d1ff2720d6fcf0f74bc8a5929195
long_desc=" long_desc="
The font-util package provides ucs2any and bdftruncate tools, for 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 and generating truncated BDF font from ISO 10646-1-encoded BDF
font. It also provides mapping-files (character set tables) font. It also provides mapping-files (character set tables)
and the fontutil pkg-config and autoconf macro files." and the fontutil pkg-config and autoconf macro files."
#
# These aren't really required, but this is to centralize the
# requirement of dependent packages.
#