# Maintainer: Natanael Copa pkgname=ttf-freefont pkgver=20120503 pkgrel=0 pkgdesc="A set of free high-quality TrueType fonts covering the UCS character set" url="http://www.nongnu.org/freefont/" arch="noarch" license="GPL" depends="fontconfig encodings mkfontdir mkfontscale" makedepends="font-util-dev" install= source="http://ftp.gnu.org/gnu/freefont/freefont-ttf-$pkgver.zip" _builddir="$srcdir/freefont-$pkgver" build() { return 0 } package() { cd "$_builddir" install -d "$pkgdir/usr/share/fonts/TTF" install -m644 *.ttf "$pkgdir/usr/share/fonts/TTF/" } sha512sums="dcd6f525e8f97631c6f84ab4cc2a31af4614dcdb9a4d434bd890baf18e0c2934032f2915384fc27fbecf60d259d792e48f52d357b07e3ed2616d3c8c3544268e freefont-ttf-20120503.zip"