premake4: better fix.

This commit is contained in:
Leah Neukirchen 2018-01-16 15:38:59 +01:00
parent 8d31e80af6
commit 1c8a13683a

View file

@ -1,11 +1,11 @@
# Template file for 'premake5'
# Template file for 'premake4'
pkgname=premake4
version=4.4beta5
revision=2
revision=3
wrksrc=premake-${version/beta/-beta}
hostmakedepends="unzip"
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"
maintainer="Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>"
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"
checksum=0fa1ed02c5229d931e87995123cdb11d44fcc8bd99bba8e8bb1bbc0aaa798161
do_build() {
cd build/gmake.unix
make
}
do_install() {
vbin bin/release/premake4
vlicense LICENSE.txt