# 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 " 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 }