void-packages/srcpkgs/freefont-ttf/template
jbu c2bfc6b7d5 bandwith / download times + $GNU_SITE cleanup
+ To reduce bandwidth and download times, packages use bz2/lzma/xz where possible.
+ Also use ${GNU_SITE} and ${KERNEL_SITE} where appropriate.
+ Clean up xlint warnings.
+ inetutils: update to 1.9.3 and split into subpkgs
2015-05-22 11:47:56 +02:00

21 lines
696 B
Bash

# Template file for 'freefont-ttf'
pkgname=freefont-ttf
version=20120503
revision=6
noarch=yes
wrksrc=freefont-${version}
hostmakedepends="unzip"
depends="font-util xbps-triggers>=0.58"
font_dirs="/usr/share/fonts/TTF"
short_desc="Free family of scalable outline fonts"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.nongnu.org/freefont/"
license="GPL-3"
distfiles="${GNU_SITE}/${pkgname%-ttf}/${pkgname}-${version}.zip"
checksum=7c85baf1bf82a1a1845d1322112bc6ca982221b484e3b3925022e25b5cae89af
do_install() {
vmkdir usr/share/fonts/TTF
install -m644 ${wrksrc}/*.ttf ${DESTDIR}/usr/share/fonts/TTF
vinstall ${FILESDIR}/conf.avail 644 etc/fonts/conf.avail 69-freefont.conf
}