Convert package to the new template format (f).

This commit is contained in:
Juan RP
2013-04-12 11:16:02 +02:00
parent a7fcdce3c4
commit 2a9fab8b58
97 changed files with 868 additions and 605 deletions

View File

@@ -3,7 +3,7 @@ pkgname=ftjam
version=2.5.3rc2
revision=1
build_style=gnu-configure
makedepends="bison"
hostmakedepends="bison"
short_desc="An enhanced version of the Jam build tool"
maintainer="Juan RP <xtraeme@gmail.com>"
license="ftjam - /usr/share/licenses/ftjam/LICENSE"
@@ -19,3 +19,11 @@ long_desc="
post_install() {
vinstall ${FILESDIR}/LICENSE 644 usr/share/licenses/ftjam
}
ftjam_package() {
replaces="jam>=0"
provides="jam-${version}"
pkg_install() {
vmove usr
}
}