# Maintainer: Natanael Copa pkgname=font-misc-ethiopic pkgver=1.0.1 pkgrel=0 pkgdesc="X.org misc ethiopic 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" _builddir="$srcdir"/$pkgname-$pkgver build() { cd "$_builddir" ./configure --prefix=/usr \ --with-mapfiles=/usr/share/fonts/util \ --with-fontdir=/usr/share/fonts/ethiopic make || return 1 } package() { cd "$_builddir" make -j1 DESTDIR="$pkgdir" \ FCCACHE=: \ MKFONTDIR=: \ MKFONTSCALE=: \ install || return 1 } md5sums="4c88c79b8e5d47af90b21e948d42755f font-misc-ethiopic-1.0.1.tar.bz2"