2010-05-09 18:00:05 +00:00
|
|
|
# Template file for 'freefont-ttf'
|
|
|
|
pkgname=freefont-ttf
|
2011-01-19 10:19:11 +00:00
|
|
|
version=20100919
|
2010-05-09 18:00:05 +00:00
|
|
|
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>"
|
2011-01-19 10:19:11 +00:00
|
|
|
checksum=e471339040cf0aa53e6d5ee5a716fdeae0a0407314f8cea78db3ad1aae2c70e0
|
2010-05-09 18:00:05 +00:00
|
|
|
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
|
|
|
|
}
|