aboutsummaryrefslogtreecommitdiffstats
path: root/main/unifont/APKBUILD
blob: 7d6e1caf09fa8e88d53d8098c5a72acd51c47377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Contributor: Breno Leitao <breno.leitao@gmail.com>
# Maintainer: Breno Leitao <breno.leitao@gmail.com>
pkgname=unifont
pkgver=11.0.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/$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="b6668dfc0eb95a0ca313bd8a3e330c06b928d536d1c00f837398ab210beb0a8f251e85cdca8787116eb92e7990c2157c81b7353be2112396a468ea252a93de1d  unifont-11.0.01.tar.gz"