From 9cd1f0e3259534e6bf3290aa1f20f9109f435a2b Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 27 Dec 2015 07:00:01 -0500 Subject: [PATCH] flex: Update from 2.5.39 to 2.6.0 --- packages/flex/Makefile.am.patch | 11 +++++++++++ packages/flex/build.sh | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 packages/flex/Makefile.am.patch diff --git a/packages/flex/Makefile.am.patch b/packages/flex/Makefile.am.patch new file mode 100644 index 000000000..55b9af945 --- /dev/null +++ b/packages/flex/Makefile.am.patch @@ -0,0 +1,11 @@ +diff -u -r ../flex-2.6.0/Makefile.am ./Makefile.am +--- ../flex-2.6.0/Makefile.am 2015-11-10 17:55:38.000000000 -0500 ++++ ./Makefile.am 2015-12-27 06:36:29.059725071 -0500 +@@ -53,7 +53,6 @@ + doc \ + examples \ + po \ +- tests \ + tools + + # Create the ChangeLog, but only if we're inside a git working directory diff --git a/packages/flex/build.sh b/packages/flex/build.sh index 19a5bcec0..e264f172c 100644 --- a/packages/flex/build.sh +++ b/packages/flex/build.sh @@ -1,4 +1,4 @@ TERMUX_PKG_HOMEPAGE=http://flex.sourceforge.net/ TERMUX_PKG_DESCRIPTION="Fast lexical analyser generator" -TERMUX_PKG_VERSION=2.5.39 +TERMUX_PKG_VERSION=2.6.0 TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/flex/flex-${TERMUX_PKG_VERSION}.tar.xz