# $Id$ # Maintainer: Gaetan Bisson # Contributor: Firmicus # Contributor: dorphell #pkgname=urw-fonts pkgname=urw-core35-fonts #pkgver=1.0.7pre44 pkgver=20130917 pkgrel=1 pkgdesc='Standard Ghostscript Type1 fonts from URW' url='http://www.ghostscript.com/' arch=('any') #license=('GPL2') license=('AGPL3') #makedepends=('subversion') makedepends=('git') depends=('xorg-font-utils' 'fontconfig') #source=("svn+http://svn.ghostscript.com/ghostscript/tags/${pkgname}-${pkgver}/") source=("git://git.ghostscript.com/${pkgname}.git") sha1sums=('SKIP') #provides=('gsfonts') provides=('gsfonts' 'urw-fonts') #install=urw-fonts.install install=urw-core35-fonts.install package() { #cd "${pkgname}-${pkgver}" cd "${pkgname}" install -d "${pkgdir}"/usr/share/fonts/Type1 install -m644 *.{pfb,pfm,afm} "${pkgdir}"/usr/share/fonts/Type1 }