### this file is sourced not run
PKGVER=3.1
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=otf2bdf-$PKGVER.tar.bz2
MD5SUM=6af09173615f1dd5ae294bbf67ac52c8
SRC_URL=http://sofia.nmsu.edu/~mleisher/Software/otf2bdf/otf2bdf-$PKGVER.tbz2
BUNDLE=

SLACKREQ=
SLACKDESC="otf2bdf: otf2bdf $PKGVER (BDF font converter)
otf2bdf: 
otf2bdf: otf2bdf is a command line utility that uses the FreeType 2 font 
otf2bdf: rendering library to generate BDF bitmap fonts from OpenType outline 
otf2bdf: fonts at different sizes and resolutions.
otf2bdf: 
otf2bdf: http://sofia.nmsu.edu/~mleisher/Software/otf2bdf/
otf2bdf: 
otf2bdf: 
otf2bdf: 
otf2bdf:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	# fix missing script
	cd /tmp/otf2bdf* &&
	cat >> mkinstalldirs << "EOF" &&
#!/bin/sh
install -dm755 "$@"
EOF
	chmod +x mkinstalldirs &&
	
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


