From 71331c5ee5ec9669c343570e94b3c9df07cefda3 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Tue, 10 Nov 2015 16:31:33 -0500 Subject: [PATCH] Add premake as disabled package --- .../premake/build-gmake.unix-Premake4.make.patch | 14 ++++++++++++++ disabled-packages/premake/build.sh | 12 ++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 disabled-packages/premake/build-gmake.unix-Premake4.make.patch create mode 100644 disabled-packages/premake/build.sh diff --git a/disabled-packages/premake/build-gmake.unix-Premake4.make.patch b/disabled-packages/premake/build-gmake.unix-Premake4.make.patch new file mode 100644 index 000000000..298d29724 --- /dev/null +++ b/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) diff --git a/disabled-packages/premake/build.sh b/disabled-packages/premake/build.sh new file mode 100644 index 000000000..caa1e4682 --- /dev/null +++ b/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 +}