void-packages/srcpkgs/ftjam/template

24 lines
629 B
Plaintext
Raw Normal View History

2012-05-19 12:00:10 +00:00
# Template file for 'ftjam'
pkgname=ftjam
version=2.5.3rc2
revision=3
2012-06-03 16:45:39 +00:00
build_style=gnu-configure
hostmakedepends="bison"
2012-05-19 12:00:10 +00:00
short_desc="An enhanced version of the Jam build tool"
maintainer="Juan RP <xtraeme@gmail.com>"
license="ftjam - /usr/share/licenses/ftjam/LICENSE"
2014-02-19 14:27:39 +00:00
provides="jam-${version}_${revision}"
2012-05-19 12:00:10 +00:00
replaces="jam>=0"
2012-06-03 16:45:39 +00:00
homepage="http://freetype.org/jam/"
distfiles="http://david.freetype.org/jam/${pkgname}-${version}.tar.bz2"
2012-05-19 12:00:10 +00:00
checksum=a9f8a274049893a4d1f1ad82f7b04f3ebc2554635dd606185e20ba97cb4d64ec
2014-02-19 14:29:49 +00:00
do_build() {
unset AR
make ${makejobs}
}
2012-05-19 12:00:10 +00:00
post_install() {
vinstall ${FILESDIR}/LICENSE 644 usr/share/licenses/ftjam
}