void-packages/srcpkgs/freefont-ttf/template

25 lines
779 B
Plaintext

# Template file for 'freefont-ttf'
pkgname=freefont-ttf
version=20090104
wrksrc=freefont-${version}
distfiles="http://ftp.gnu.org/gnu/freefont/${pkgname}-${version}.tar.gz"
build_style=custom-install
short_desc="Free family of scalable outline fonts"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=2b8e7164b0c362d5c5e90275b25772514d76d5fda3d54c026445611e467d638e
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
}