void-packages/srcpkgs/freefont-ttf/template

25 lines
757 B
Plaintext

# Template file for 'freefont-ttf'
pkgname=freefont-ttf
version=20100919
wrksrc=freefont-${version}
distfiles="http://ftp.gnu.org/gnu/freefont/${pkgname}-${version}.tar.gz"
fulldepends="font-util"
revision=1
short_desc="Free family of scalable outline fonts"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=e471339040cf0aa53e6d5ee5a716fdeae0a0407314f8cea78db3ad1aae2c70e0
long_desc="
GNU FreeFont is a free family of scalable outline fonts, suitable for
general use on computers and for desktop publishing. It is Unicode-encoded
for compatibility with all modern operating systems."
noarch=yes
font_dirs="/usr/share/fonts/TTF"
do_install()
{
install -d ${DESTDIR}/usr/share/fonts/TTF
install -m644 ${wrksrc}/*.ttf ${DESTDIR}/usr/share/fonts/TTF
}