ftjam: revbump to update metadata objs; nocross.
This commit is contained in:
parent
510b6daf48
commit
c8242fc7dd
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'ftjam'
|
# Template file for 'ftjam'
|
||||||
pkgname=ftjam
|
pkgname=ftjam
|
||||||
version=2.5.3rc2
|
version=2.5.3rc2
|
||||||
revision=3
|
revision=4
|
||||||
|
nocross=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="bison"
|
hostmakedepends="bison"
|
||||||
short_desc="An enhanced version of the Jam build tool"
|
short_desc="An enhanced version of the Jam build tool"
|
||||||
|
@ -17,7 +18,6 @@ do_build() {
|
||||||
unset AR
|
unset AR
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/LICENSE 644 usr/share/licenses/ftjam
|
vlicense ${FILESDIR}/LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue