From: Anthony Viallard <viallard@syscom-instruments.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 4/4] gnuplot : add LICENSE things and new configure options
Date: Mon, 7 Jan 2013 14:30:17 +0100 [thread overview]
Message-ID: <1357565417-16782-5-git-send-email-viallard@syscom-instruments.com> (raw)
In-Reply-To: <1357565417-16782-1-git-send-email-viallard@syscom-instruments.com>
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@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
next prev parent reply other threads:[~2013-01-07 13:30 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-07 13:30 [Buildroot] [PATCH 1/5] gnuplot : new package Anthony Viallard
2013-01-07 13:30 ` [Buildroot] [PATCH 2/5] gnuplot : disable inadequate options for embedded platform Anthony Viallard
2013-01-07 13:30 ` [Buildroot] [PATCH 3/5] gnuplot : move under "Graphic applications" section Anthony Viallard
2013-01-07 13:30 ` [Buildroot] [PATCH 4/5] gnuplot : add --without-doc and --without-demo options Anthony Viallard
2013-01-07 13:30 ` Anthony Viallard [this message]
2013-01-07 13:48 ` [Buildroot] [PATCH 1/5] gnuplot : new package Thomas Petazzoni
2013-01-07 16:02 ` Viallard Anthony
2013-01-07 16:10 ` Thomas Petazzoni
2013-01-08 8:57 ` Viallard Anthony
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1357565417-16782-5-git-send-email-viallard@syscom-instruments.com \
--to=viallard@syscom-instruments.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox