Convert package to the new template format (f).
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user