20 lines
625 B
Text
20 lines
625 B
Text
# Template file for 'gsfonts'
|
|
pkgname=gsfonts
|
|
version=8.11
|
|
revision=4
|
|
wrksrc=fonts
|
|
noarch="yes"
|
|
makedepends="font-util font-misc-misc"
|
|
depends="${makedepends}"
|
|
font_dirs="/usr/share/fonts/Type1"
|
|
short_desc="Ghostscript standard Type1 fonts"
|
|
homepage="http://sourceforge.net/projects/gs-fonts/"
|
|
license="GPL-2"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="${SOURCEFORGE_SITE}/ghostscript/ghostscript-fonts-std-$version.tar.gz"
|
|
checksum=0eb6f356119f2e49b2563210852e17f57f9dcc5755f350a69a46a0d641a0c401
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/Type1
|
|
install -m644 ${wrksrc}/*.[ap]f[bm] ${DESTDIR}/usr/share/fonts/Type1
|
|
}
|