Fredrik Fornwall
9 years ago
2 changed files with 26 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||
diff -u -r ../premake-4.4-beta5/build/gmake.unix/Premake4.make ./build/gmake.unix/Premake4.make
|
|||
--- ../premake-4.4-beta5/build/gmake.unix/Premake4.make 2013-11-26 10:41:34.000000000 -0500
|
|||
+++ ./build/gmake.unix/Premake4.make 2015-11-03 09:39:25.024912553 -0500
|
|||
@@ -7,10 +7,6 @@
|
|||
SILENT = @ |
|||
endif |
|||
|
|||
-CC = gcc
|
|||
-CXX = g++
|
|||
-AR = ar
|
|||
-
|
|||
ifndef RESCOMP |
|||
ifdef WINDRES |
|||
RESCOMP = $(WINDRES) |
@ -0,0 +1,12 @@ |
|||
TERMUX_PKG_HOMEPAGE=http://premake.github.io/ |
|||
TERMUX_PKG_DESCRIPTION="Build script generator" |
|||
TERMUX_PKG_VERSION=4.4-beta5 |
|||
TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/premake/Premake/4.4/premake-${TERMUX_PKG_VERSION}-src.zip |
|||
TERMUX_PKG_FOLDERNAME=premake-${TERMUX_PKG_VERSION} |
|||
# TERMUX_PKG_DEPENDS="pcre, openssl, libuuid" |
|||
# TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ssl=openssl" |
|||
|
|||
|
|||
termux_step_pre_configure () { |
|||
TERMUX_PKG_BUILDDIR=$TERMUX_PKG_SRCDIR/build/gmake.unix |
|||
} |
Loading…
Reference in new issue