[Buildroot] [PATCH 4/4] gnuplot : add LICENSE things and new configure options

Anthony Viallard viallard at syscom-instruments.com
Mon Jan 7 13:30:17 UTC 2013


Gnuplot isn't under GPL but has his own open source license.

Use autoreconf feature for now. Waiting upstream integration of  
gnuplot-0001-configure-add-without-demo-option.patch.

Signed-off-by: Anthony Viallard <viallard at syscom-instruments.com>
---
 package/gnuplot/gnuplot.mk |    8 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/package/gnuplot/gnuplot.mk b/package/gnuplot/gnuplot.mk
index 3b4abc2..2e1e8c4 100644
--- a/package/gnuplot/gnuplot.mk
+++ b/package/gnuplot/gnuplot.mk
@@ -7,12 +7,16 @@ GNUPLOT_VERSION = 4.6.0
 GNUPLOT_SOURCE = gnuplot-$(GNUPLOT_VERSION).tar.gz
 GNUPLOT_SITE = http://superb-dca2.dl.sourceforge.net/project/gnuplot/gnuplot/$(GNUPLOT_VERSION)
 GNUPLOT_INSTALL_STAGING = YES
-GNUPLOT_INSTALL_TARGET = YES
+GNUPLOT_LICENSE = gnuplot license (open source)
+GNUPLOT_LICENSE_FILES = Copyright
+GNUPLOT_AUTORECONF = YES
+
 GNUPLOT_CONF_OPT = --without-x \
 		--disable-raise-console \
 		--disable-mouse \
 	        --without-tutorial \
+		--without-demo \
+		--without-doc \
 	        --without-row-help \
 		--disable-history-file \
 	        --without-lisp-files \
-- 
1.7.10.4




More information about the buildroot mailing list