# Maintainer: Natanael Copa pkgname=font-bh-ttf pkgver=1.0.3 pkgrel=0 pkgdesc="X.org bh TTF fonts" url="http://xorg.freedesktop.org/" arch="all" license="custom" depends="encodings font-alias mkfontscale mkfontdir fontconfig" makedepends="pkgconfig font-util-dev bdftopcf" install= source="http://xorg.freedesktop.org/releases/individual/font/$pkgname-$pkgver.tar.bz2" build() { cd "$srcdir"/$pkgname-$pkgver ./configure --prefix=/usr \ --with-mapfiles=/usr/share/fonts/util \ --with-fontdir=/usr/share/fonts/TTF make || return 1 } package() { cd "$srcdir"/$pkgname-$pkgver make -j1 DESTDIR="$pkgdir" \ MKFONTDIR=: \ MKFONTSCALE=: \ FCCACHE=: \ install || return 1 } md5sums="e8ca58ea0d3726b94fe9f2c17344be60 font-bh-ttf-1.0.3.tar.bz2"