# Contributor: Breno Leitao # Maintainer: pkgname=unifont pkgver=13.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() { # Build fails with parallel make jobs. make DESTDIR="$pkgdir" -j1 } package() { make DESTDIR="$pkgdir" install } sha512sums="5dd6576bbc158e5dac4f8812a724c4fc8ed2702b7ea22d4b2d9265d9d58bfddc4d4607eacdb7053896559b218986bec3709cbe734656a7cf9daa328de4a21bee unifont-13.0.03.tar.gz"