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