24 lines
659 B
Bash
24 lines
659 B
Bash
# Template file for 'ftjam'
|
|
pkgname=ftjam
|
|
version=2.5.3rc2
|
|
revision=5
|
|
nocross=yes
|
|
build_style=gnu-configure
|
|
hostmakedepends="bison"
|
|
short_desc="Enhanced version of the Jam build tool"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="ftjam - /usr/share/licenses/ftjam/LICENSE"
|
|
provides="jam-${version}_${revision}"
|
|
replaces="jam>=0"
|
|
homepage="http://freetype.org/jam/"
|
|
distfiles="http://david.freetype.org/jam/${pkgname}-${version}.tar.bz2"
|
|
checksum=a9f8a274049893a4d1f1ad82f7b04f3ebc2554635dd606185e20ba97cb4d64ec
|
|
|
|
do_build() {
|
|
unset AR
|
|
export LINKFLAGS="$LDFLAGS" CCFLAGS="$CFLAGS"
|
|
make ${makejobs}
|
|
}
|
|
post_install() {
|
|
vlicense ${FILESDIR}/LICENSE
|
|
}
|