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

# source: james
TARBALL=ftjam-2.5.2.tar.bz2
MD5SUM=e61304b370ba06f68082f0219a196576
SRC_URL=http://downloads.sourceforge.net/freetype/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='ftjam: ftjam 2.5.2 (JAM build tool)
ftjam: 
ftjam: Jam is a small open-source build tool that can be used as a 
ftjam: replacement for Make. Even though Jam is a lot simpler to use than 
ftjam: Make, it is far more powerful and easy to master. It already works on 
ftjam: a large variety of platforms (Unix, Windows, OS/2, VMS, MacOS, BeOS, 
ftjam: etc.), it is trivial to port, and its design is sufficiently clear to 
ftjam: allow any average programmer to extend it with advanced features at 
ftjam: will. This is the FreeType version of Jam, although it is 100% 
ftjam: backward compatible to the original Jam from Perforce.
ftjam: http://www.freetype.org/jam/index.html
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc &&
	
	mkdir -p /usr/share/doc/jam &&
	install -m644 CHANGES README* *html /usr/share/doc/jam
}


