main/unifont: fix build, mark no tests, fix license

This commit is contained in:
A. Wilcox 2018-02-10 14:53:42 -06:00 committed by William Pitcock
parent 69b397fcee
commit 9318547c4d

View File

@ -2,11 +2,12 @@
# Maintainer: Breno Leitao <breno.leitao@gmail.com>
pkgname=unifont
pkgver=9.0.06
pkgrel=0
pkgrel=1
pkgdesc="GNU Unifont package with glyphs for every printable code point in the Unicode 9.0 Basic Multilingual Plane (BMP)"
url="http://unifoundry.com/unifont.html"
arch="all"
license="GPL"
options="!check" # No way to test fonts.
license="GPL-2.0+ WITH Font-exception-2.0, GPL-2.0+, GFDL-1.3+"
depends="bdftopcf perl-gd"
makedepends=""
install=""
@ -16,9 +17,8 @@ builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"
# The make file is not parallel, and crash.
# Should force the build in serial mode!
DESTDIR=/usr make -j1
# Build fails with parallel make jobs.
make DESTDIR="$pkgdir" -j1
}
package() {