### this file is sourced not run
PKGVER=8.11
PKGBUILD=1
PKGARCH=noarch

# source: BLFS 7.5
TARBALL=ghostscript-fonts-std-8.11.tar.gz
MD5SUM=6865682b095f8c4500c54b285ff05ef6 
SRC_URL=http://downloads.sourceforge.net/gs-fonts/$TARBALL
BUNDLE=

SLACKREQ='ghostscript'
SLACKDESC='ghostscript-std-fonts: ghostscript-std-fonts 8.11 (Standard Ghostscript fonts) 
ghostscript-std-fonts:  
ghostscript-std-fonts: This package contains standard ghostscript fonts. They 
ghostscript-std-fonts: are only usable by ghostscript and not by anything 
ghostscript-std-fonts: else.  
ghostscript-std-fonts: 
ghostscript-std-fonts: 
ghostscript-std-fonts: 
ghostscript-std-fonts: 
ghostscript-std-fonts: 
ghostscript-std-fonts:
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	mkdir -p /usr/share/ghostscript
	mv /tmp/fonts /usr/share/ghostscript
	chown -R 0:0 /usr/share/ghostscript/fonts
	pkg_build_slackdesc
}


