# Maintainer: Natanael Copa pkgname=font-bh-lucidatypewriter-75dpi pkgver=1.0.0 pkgrel=1 pkgdesc="X.Org Bigelow & Holmes Lucida bitmap 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/75dpi make || return 1 make -j1 DESTDIR="$pkgdir" MKFONTDIR=: MKFONTSCALE=: install || return 1 } md5sums="fdd9be5b9db94ef363a33e39b7977e2b font-bh-lucidatypewriter-75dpi-1.0.0.tar.bz2 a24308692d7112b79a5a188c0b5c2e41 font-bh-lucidatypewriter-75dpi.post-install a24308692d7112b79a5a188c0b5c2e41 font-bh-lucidatypewriter-75dpi.post-upgrade"