summaryrefslogtreecommitdiffstats
path: root/package/flot
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-04-12 02:15:20 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-12 14:37:04 +0200
commit7a3c9cfdbae96fc6760ac6b57af005ba29ffd556 (patch)
treeccce76ef5393a4bde0f76edc8b97a59b24dea999 /package/flot
parent21cbd13c3d194b6883585a1e7cabcdeaa5cedd5e (diff)
downloadbuildroot-novena-7a3c9cfdbae96fc6760ac6b57af005ba29ffd556.tar.gz
buildroot-novena-7a3c9cfdbae96fc6760ac6b57af005ba29ffd556.zip
flot: bump to version 0.8
Also change upstream website and download URL and add new Canvas option. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/flot')
-rw-r--r--package/flot/Config.in7
-rw-r--r--package/flot/flot.mk7
2 files changed, 11 insertions, 3 deletions
diff --git a/package/flot/Config.in b/package/flot/Config.in
index 0bd6b14a9..90a4278c0 100644
--- a/package/flot/Config.in
+++ b/package/flot/Config.in
@@ -14,12 +14,17 @@ config BR2_PACKAGE_FLOT
Safari 3.0+, Opera 9.5+ and Konqueror 4.x+ with the HTML
canvas tag.
- https://code.google.com/p/flot/
+ http://www.flotcharts.org/
if BR2_PACKAGE_FLOT
comment "flot plugins"
+config BR2_PACKAGE_FLOT_CANVAS
+ bool "canvas"
+ help
+ Flot plugin to render axis tick labels directly to the canvas
+
config BR2_PACKAGE_FLOT_FILLBETWEEN
bool "fillbetween"
help
diff --git a/package/flot/flot.mk b/package/flot/flot.mk
index 41f5a423a..97110bccf 100644
--- a/package/flot/flot.mk
+++ b/package/flot/flot.mk
@@ -1,6 +1,9 @@
-FLOT_VERSION = 0.7
-FLOT_SITE = http://flot.googlecode.com/files
+FLOT_VERSION = 0.8.0
+FLOT_SITE = http://www.flotcharts.org/downloads
+FLOT_LICENSE = MIT
+FLOT_LICENSE_FILES = LICENSE.txt
FLOT_FILES = jquery.flot $(addprefix jquery.flot.,\
+ $(if $(BR2_PACKAGE_FLOT_CANVAS),canvas) \
$(if $(BR2_PACKAGE_FLOT_FILLBETWEEN),fillbetween) \
$(if $(BR2_PACKAGE_FLOT_NAVIGATE),navigate) \
$(if $(BR2_PACKAGE_FLOT_PIE),pie) \