summaryrefslogtreecommitdiffstats
path: root/x11/font-misc-ethiopic/APKBUILD
blob: 9de203b45caeab9a51a53affd181998d62aa9918 (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
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=font-misc-ethiopic
pkgver=1.0.0
pkgrel=0
pkgdesc="X.org misc ethiopic fonts"
url="http://xorg.freedesktop.org/"
license="custom"
depends="encodings font-alias mkfontscale mkfontdir fontconfig"
makedepends="pkgconfig font-util-dev bdftopcf"
install="$pkgname.post-install $pkgname.post-upgrade"
source="http://xorg.freedesktop.org/releases/individual/font/$pkgname-$pkgver.tar.bz2
	$install"

build() { 
	cd "$srcdir"/$pkgname-$pkgver
	./configure --prefix=/usr \
		--with-mapfiles=/usr/share/fonts/util \
		--with-fontdir=/usr/share/fonts/ethiopic
	make || return 1
	make -j1 DESTDIR="$pkgdir" MKFONTDIR=: MKFONTSCALE=: install || return 1
}

md5sums="0b271fc617087d77560bdca20c0cdbb0  font-misc-ethiopic-1.0.0.tar.bz2
da6076d83300b9ae75263939b0ae751d  font-misc-ethiopic.post-install
da6076d83300b9ae75263939b0ae751d  font-misc-ethiopic.post-upgrade"