premake4: better fix.
This commit is contained in:
parent
8d31e80af6
commit
1c8a13683a
1 changed files with 3 additions and 9 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'premake5'
|
# Template file for 'premake4'
|
||||||
pkgname=premake4
|
pkgname=premake4
|
||||||
version=4.4beta5
|
version=4.4beta5
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc=premake-${version/beta/-beta}
|
wrksrc=premake-${version/beta/-beta}
|
||||||
hostmakedepends="unzip"
|
hostmakedepends="unzip"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="config=release"
|
make_build_args="config=release -C build/gmake.unix"
|
||||||
short_desc="Cross-platform, open-source build system"
|
short_desc="Cross-platform, open-source build system"
|
||||||
maintainer="Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>"
|
maintainer="Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
|
@ -13,12 +13,6 @@ homepage="https://premake.github.io/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/project/premake/Premake/${version/beta*}/premake-${version/beta/-beta}-src.zip"
|
distfiles="${SOURCEFORGE_SITE}/project/premake/Premake/${version/beta*}/premake-${version/beta/-beta}-src.zip"
|
||||||
checksum=0fa1ed02c5229d931e87995123cdb11d44fcc8bd99bba8e8bb1bbc0aaa798161
|
checksum=0fa1ed02c5229d931e87995123cdb11d44fcc8bd99bba8e8bb1bbc0aaa798161
|
||||||
|
|
||||||
do_build() {
|
|
||||||
cd build/gmake.unix
|
|
||||||
|
|
||||||
make
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin bin/release/premake4
|
vbin bin/release/premake4
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue