# Template file for 'ftjam' pkgname=ftjam version=2.5.3rc2 revision=1 build_style=gnu-configure hostmakedepends="bison" short_desc="An enhanced version of the Jam build tool" maintainer="Juan RP " license="ftjam - /usr/share/licenses/ftjam/LICENSE" provides="jam-${version}" replaces="jam>=0" homepage="http://freetype.org/jam/" distfiles="http://david.freetype.org/jam/${pkgname}-${version}.tar.bz2" checksum=a9f8a274049893a4d1f1ad82f7b04f3ebc2554635dd606185e20ba97cb4d64ec long_desc=" This if FT-Jam, a simple derivative of the Jam build tool, based and 100% compatible with Jam 2.5." post_install() { vinstall ${FILESDIR}/LICENSE 644 usr/share/licenses/ftjam } ftjam_package() { replaces="jam>=0" provides="jam-${version}" pkg_install() { vmove usr } }