void-packages/srcpkgs/freefont-ttf/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

24 lines
752 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"
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"
Add_dependency full font-util
do_install()
{
install -d ${DESTDIR}/usr/share/fonts/TTF
install -m644 ${wrksrc}/*.ttf ${DESTDIR}/usr/share/fonts/TTF
}