# Contributor: Breno Leitao # Maintainer: pkgname=unifont pkgver=11.0.03 pkgrel=0 pkgdesc="GNU font package with all Unicode 11 characters" url="http://unifoundry.com/unifont.html" arch="all" options="!check" # No way to test fonts. license="GPL-2.0+ WITH Font-exception-2.0 AND GPL-2.0+ AND GFDL-1.3+" depends="bdftopcf perl-gd" makedepends="" subpackages="$pkgname-dev $pkgname-doc" source="http://unifoundry.com/pub/unifont/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz" build() { cd "$builddir" # Build fails with parallel make jobs. make DESTDIR="$pkgdir" -j1 } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="fd24e48630acb4bac5e3a05aa541c5c93cbdda95ce162f62e05bc860a686f025e67af3c2e577bf96991119b70b2e3a0d1ef170466af3b8037df5a7014d009982 unifont-11.0.03.tar.gz"