# Maintainer: Natanael Copa pkgname=font-cursor-misc pkgver=1.0.3 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="https://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 } sha512sums="7ecb7f1c3c11da8b81fc0ff121fa6c1026b11f6c7878ffd0e4959df036511bc579d6b0552422ce13e26a8d188e3406631d2de55cab6b29bc7fce0416a8cffc83 font-cursor-misc-1.0.3.tar.bz2"