# Maintainer: Natanael Copa pkgname=font-micro-misc pkgver=1.0.3 pkgrel=2 pkgdesc="X.org misc font" url="http://xorg.freedesktop.org/" arch="all" license="custom" depends="encodings font-alias mkfontscale fontconfig" makedepends="font-util-dev bdftopcf" source="https://www.x.org/releases/individual/font/font-micro-misc-$pkgver.tar.bz2" prepare() { update_config_sub } build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --with-mapfiles=/usr/share/fonts/util \ --with-fontdir=/usr/share/fonts/mis make } package() { make -j1 DESTDIR="$pkgdir" \ MKFONTDIR=: \ MKFONTSCALE=: \ FCCACHE=: \ install } sha512sums="7a546432225c22ae0aacf9ce88b617a7d1d6678ee1f5eb4b3a93e33764fb752f27bca3feda1312182517bbf7babd5f3700bb9b8de0ef6c35b1ae6e2ce7ab0b69 font-micro-misc-1.0.3.tar.bz2"