font-util: new deps style.
--HG-- extra : convert_revision : d81c8c8d1d2c8aa4d34e01961f4a3e2e20ee7fb4
This commit is contained in:
parent
e50ca14606
commit
5e58fca3a8
|
@ -1,15 +1,17 @@
|
||||||
# Template build file for 'font-util'.
|
# Template build file for 'font-util'.
|
||||||
pkgname=font-util
|
pkgname=font-util
|
||||||
version=1.0.1
|
version=1.0.1
|
||||||
distfiles="
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
||||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version.tar.bz2"
|
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
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>"
|
||||||
checksum=a9c758164ebc1da1a743fa73b68fae0fc5c215cc
|
checksum=048c23b17ea32ee3abb341f0b1105ad07517b2e78efe2e95a4a8218089600612
|
||||||
long_desc="
|
long_desc="
|
||||||
The font-util package provides ucs2any and bdftruncate tools, for
|
The font-util package provides ucs2any and bdftruncate tools, for
|
||||||
generating BDF fonts containing subsets of ISO 10646-1 code-points
|
generating BDF fonts containing subsets of ISO 10646-1 code-points
|
||||||
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."
|
||||||
|
|
||||||
|
Add_dependency full glibc
|
||||||
|
Add_dependency full perl
|
||||||
|
|
Loading…
Reference in New Issue