premake4: fix build
This commit is contained in:
parent
7c2efc3f69
commit
8d31e80af6
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'premake5'
|
||||
pkgname=premake4
|
||||
version=4.4beta5
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=premake-${version/beta/-beta}
|
||||
hostmakedepends="unzip"
|
||||
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"
|
||||
checksum=0fa1ed02c5229d931e87995123cdb11d44fcc8bd99bba8e8bb1bbc0aaa798161
|
||||
|
||||
pre_build() {
|
||||
cd ${wrksrc}/build/gmake.unix
|
||||
do_build() {
|
||||
cd build/gmake.unix
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue