Browse Source

Add premake as disabled package

android-5
Fredrik Fornwall 9 years ago
parent
commit
71331c5ee5
  1. 14
      disabled-packages/premake/build-gmake.unix-Premake4.make.patch
  2. 12
      disabled-packages/premake/build.sh

14
disabled-packages/premake/build-gmake.unix-Premake4.make.patch

@ -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)

12
disabled-packages/premake/build.sh

@ -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…
Cancel
Save