Loading package/Config.in +1 −0 Original line number Diff line number Diff line Loading @@ -324,6 +324,7 @@ endif menu "Javascript" source "package/jquery/Config.in" source "package/jquery-sparkline/Config.in" source "package/jquery-validation/Config.in" endmenu Loading package/jquery-sparkline/Config.in 0 → 100644 +13 −0 Original line number Diff line number Diff line config BR2_PACKAGE_JQUERY_SPARKLINE bool "jQuery-Sparkline" select BR2_PACKAGE_JQUERY help This jQuery plugin generates sparklines (small inline charts) directly in the browser using data supplied either inline in the HTML, or via javascript. The plugin is compatible with most modern browsers and has been tested with Firefox 2+, Safari 3+, Opera 9, Google Chrome and Internet Explorer 6, 7 & 8. http://www.omnipotent.net/jquery.sparkline/ package/jquery-sparkline/jquery-sparkline.mk 0 → 100644 +18 −0 Original line number Diff line number Diff line JQUERY_SPARKLINE_VERSION = 1.6 JQUERY_SPARKLINE_SITE = http://www.omnipotent.net/jquery.sparkline/$(JQUERY_SPARKLINE_VERSION) JQUERY_SPARKLINE_SOURCE = jquery.sparkline.min.js define JQUERY_SPARKLINE_EXTRACT_CMDS cp $(DL_DIR)/$(JQUERY_SPARKLINE_SOURCE) $(@D) endef define JQUERY_SPARKLINE_INSTALL_TARGET_CMDS $(INSTALL) -D $(@D)/$(JQUERY_SPARKLINE_SOURCE) \ $(TARGET_DIR)/var/www/jquery.sparkline.js endef define JQUERY_SPARKLINE_UNINSTALL_TARGET_CMDS rm -f $(TARGET_DIR)/var/www/jquery.sparkline.js endef $(eval $(call GENTARGETS)) Loading
package/Config.in +1 −0 Original line number Diff line number Diff line Loading @@ -324,6 +324,7 @@ endif menu "Javascript" source "package/jquery/Config.in" source "package/jquery-sparkline/Config.in" source "package/jquery-validation/Config.in" endmenu Loading
package/jquery-sparkline/Config.in 0 → 100644 +13 −0 Original line number Diff line number Diff line config BR2_PACKAGE_JQUERY_SPARKLINE bool "jQuery-Sparkline" select BR2_PACKAGE_JQUERY help This jQuery plugin generates sparklines (small inline charts) directly in the browser using data supplied either inline in the HTML, or via javascript. The plugin is compatible with most modern browsers and has been tested with Firefox 2+, Safari 3+, Opera 9, Google Chrome and Internet Explorer 6, 7 & 8. http://www.omnipotent.net/jquery.sparkline/
package/jquery-sparkline/jquery-sparkline.mk 0 → 100644 +18 −0 Original line number Diff line number Diff line JQUERY_SPARKLINE_VERSION = 1.6 JQUERY_SPARKLINE_SITE = http://www.omnipotent.net/jquery.sparkline/$(JQUERY_SPARKLINE_VERSION) JQUERY_SPARKLINE_SOURCE = jquery.sparkline.min.js define JQUERY_SPARKLINE_EXTRACT_CMDS cp $(DL_DIR)/$(JQUERY_SPARKLINE_SOURCE) $(@D) endef define JQUERY_SPARKLINE_INSTALL_TARGET_CMDS $(INSTALL) -D $(@D)/$(JQUERY_SPARKLINE_SOURCE) \ $(TARGET_DIR)/var/www/jquery.sparkline.js endef define JQUERY_SPARKLINE_UNINSTALL_TARGET_CMDS rm -f $(TARGET_DIR)/var/www/jquery.sparkline.js endef $(eval $(call GENTARGETS))