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

TARBALL=font-bitstream-type1-$PKGVER.tar.xz
MD5SUM=3974a3e7f15ed7de19e45b4139d1468c
SRC_URL=https://www.x.org/pub/individual/font/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="font-bitstream-type1: font-bitstream-type1 $PKGVER (X11 standard font)  
font-bitstream-type1:  
font-bitstream-type1: font-bitstream-type1.
font-bitstream-type1: 
font-bitstream-type1: 
font-bitstream-type1: 
font-bitstream-type1: 
font-bitstream-type1: 
font-bitstream-type1: 
font-bitstream-type1: 
font-bitstream-type1:
"
SLACKINSTALL='mkfontscale usr/share/fonts/X11/Type1
mkfontdir usr/share/fonts/X11/Type1
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$XORG_CONFIG"
	pkg_build_autoconf && pkg_build_slackdesc &&
	rm -rf /var/cache/fontconfig /var/db/fontconfig &&
	find /usr/share/fonts -name .uuid -delete
}
