# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=font-misc-misc
pkgver=1.1.2
pkgrel=1
pkgdesc="X.org misc font"
url="http://xorg.freedesktop.org/"
arch="noarch"
license="custom"
options="!check"  # No test suite.
depends="encodings font-alias mkfontscale mkfontdir fontconfig util-macros"
makedepends="font-util-dev bdftopcf"
install=
source="http://www.x.org/releases/individual/font/$pkgname-$pkgver.tar.bz2"

prepare() {
	cd "$builddir"
	update_config_sub
	default_prepare
}

build() {
	cd "$_builddir"
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--with-fontdir=/usr/share/fonts/misc
	make
}

package() {
	cd "$builddir"
	make -j1 \
		DESTDIR="$pkgdir" \
		MKFONTDIR=: \
		MKFONTSCALE=: \
		FCCACHE=: \
		install
}

md5sums="c88eb44b3b903d79fb44b860a213e623  font-misc-misc-1.1.2.tar.bz2"
sha256sums="b8e77940e4e1769dc47ef1805918d8c9be37c708735832a07204258bacc11794  font-misc-misc-1.1.2.tar.bz2"
sha512sums="d0bf74142f9621746846ea7a6fe9ae298a303a09c65e05c7decb4f37b2f513a88d727bf3dc5a3566c30de83b83493f164be0118b41d704464f75700b55018c74  font-misc-misc-1.1.2.tar.bz2"