premake4: fix build
This commit is contained in:
parent
7c2efc3f69
commit
8d31e80af6
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'premake5'
|
# Template file for 'premake5'
|
||||||
pkgname=premake4
|
pkgname=premake4
|
||||||
version=4.4beta5
|
version=4.4beta5
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=premake-${version/beta/-beta}
|
wrksrc=premake-${version/beta/-beta}
|
||||||
hostmakedepends="unzip"
|
hostmakedepends="unzip"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -13,8 +13,10 @@ 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
|
||||||
|
|
||||||
pre_build() {
|
do_build() {
|
||||||
cd ${wrksrc}/build/gmake.unix
|
cd build/gmake.unix
|
||||||
|
|
||||||
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue