# $Id$ # Contributor: Luis Henrique Mello # Contributor: Firmicus # Contributor: dorphell # Contributor: Gaetan Bisson # Maintainer: aksr _pkgname=urw-core35-fonts pkgname=gsfonts-type1 pkgver=20150811 pkgrel=1 pkgdesc='URW+ Postscript core35 fonts - Type 1 Format' url='http://git.ghostscript.com/?p=urw-core35-fonts.git' arch=('any') license=('AGPL3') makedepends=('git') provides=("$pkgname") conflicts=("${pkgname}-git") source=("$pkgname::git+git://git.ghostscript.com/${_pkgname}.git#commit=c983ed400dc278dcf20bdff68252fad6d9db7af9") md5sums=('SKIP') package() { cd "${srcdir}/${pkgname}" install -d "${pkgdir}"/usr/share/fonts/Type1 install -m644 *.{pfb,pfm,afm} "${pkgdir}"/usr/share/fonts/Type1 }