85cc462e1d
* Moved helpers, common and triggers dirs into xbps-src, where they belong. * Renamed the templates dir to srcpkgs, it was so redundant before. * Make it possible to add subpkgs with no restriction in names, for example udev now has a subpkgs called "libgudev". Previously subpkgs were named "${sourcepkg}-${pkgname}". * xbps-src: changed to look for template files in current directory. That means that most arguments from the targets have been removed. * xbps-src: added a reinstall target, to remove + install. * xbps-src: do not overwrite binpkgs by default, skip them. And more that I forgot because it's a mega-commit that I've been working for some days already... --HG-- extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e
28 lines
1 KiB
Text
28 lines
1 KiB
Text
# Template build file for 'font-util'.
|
|
pkgname=font-util
|
|
version=1.1.1
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="Tools for truncating and subseting of ISO10646-1 BDF fonts"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=a33f1e3b0d7c3fd7c3505ce68888fec3cf897353084187d96e1e821fe3c02f88
|
|
long_desc="
|
|
The font-util package provides ucs2any and bdftruncate tools, for
|
|
generating BDF fonts containing subsets of ISO 10646-1 code-points
|
|
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."
|
|
|
|
Add_dependency full glibc
|
|
Add_dependency build pkg-config
|
|
#
|
|
# These aren't really required, but this is to centralize the
|
|
# requirement of dependent packages.
|
|
#
|
|
Add_dependency full font-alias
|
|
Add_dependency full expat
|
|
Add_dependency full freetype
|
|
Add_dependency full fontconfig
|
|
Add_dependency build bdftopcf
|
|
Add_dependency full mkfontdir
|
|
Add_dependency full mkfontscale
|