font-util: cross build and dbg support.
This commit is contained in:
parent
43e73aaa77
commit
95c9a3745f
1 changed files with 9 additions and 10 deletions
|
@ -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 <xtraeme@gmail.com>"
|
||||
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.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue