void-packages/srcpkgs/font-util/template
2017-08-01 21:42:48 +00:00

23 lines
673 B
Bash

# Template build file for 'font-util'.
pkgname=font-util
version=1.3.1
revision=2
lib32disabled=yes
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.eu>"
license="MIT"
homepage="http://xorg.freedesktop.org"
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
checksum=aa7ebdb0715106dd255082f2310dbaa2cd7e225957c2a77d719720c7cc92b921
post_install() {
vlicense COPYING
}