22 lines
667 B
Bash
22 lines
667 B
Bash
# Template file for 'font-util'
|
|
pkgname=font-util
|
|
version=1.3.1
|
|
revision=3
|
|
build_style=gnu-configure
|
|
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@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|
checksum=aa7ebdb0715106dd255082f2310dbaa2cd7e225957c2a77d719720c7cc92b921
|
|
lib32disabled=yes
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|