mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/unifont: fix build, mark no tests, fix license
This commit is contained in:
parent
69b397fcee
commit
9318547c4d
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user