# Part of the X.org group # Maintainer: AlmAck pkgname=xorg-font-util pkgver=1.3.1 pkgrel=1 pkgdesc='X.Org font utilities' url='http://xorg.freedesktop.org/' arch=('x86_64') license=('custom') makedepends=('xorg-util-macros') source=("${url}/releases/individual/font/font-util-${pkgver}.tar.bz2") sha1sums=('0b16add3637c64b0bbaf1dd223b71b0421100c20') groups=('xorg-fonts' 'xorg') build() { cd "${srcdir}/font-util-${pkgver}" ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ --with-mapdir=/usr/share/fonts/util \ --with-fontrootdir=/usr/share/fonts \ make } package() { cd "${srcdir}/font-util-${pkgver}" make DESTDIR="${pkgdir}" install install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" }