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

# source: BLFS 7.5 modified
TARBALL=ghostscript-fonts-std-$PKGVER.tar.gz
MD5SUM=6865682b095f8c4500c54b285ff05ef6 
SRC_URL=http://downloads.sourceforge.net/gs-fonts/$TARBALL
BUNDLE=
X11_FONT_PATH=/usr/share/fonts/X11/Type1

SLACKREQ=
SLACKDESC="font-urw-type1: font-urw-type1 $PKGVER (URW Type1 fonts for Xorg)  
font-urw-type1:  
font-urw-type1: This package contains replacement for Postscript 35 standard 
font-urw-type1: fonts in Type1 format. Among them, the fonts are: Nimbus 
font-urw-type1: Roman, Nimbus Sans, URW Bookman, URW Gothic, and others. Note: 
font-urw-type1: This is contains identical fonts as the ghostscript-std-font 
font-urw-type1: package but they are installed in different location - this 
font-urw-type1: one is for Xorg.  
font-urw-type1: 
font-urw-type1: 
font-urw-type1:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	mkdir -p $X11_FONT_PATH &&
	chown -R root:root /tmp/fonts  &&
	mv /tmp/fonts/{*.afm,*.pfb} $X11_FONT_PATH &&
	pkg_build_slackdesc
}


