generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
12
package/jquery-sparkline/Config.in
Normal file
12
package/jquery-sparkline/Config.in
Normal file
@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_JQUERY_SPARKLINE
|
||||
bool "jquery-sparkline"
|
||||
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/
|
||||
2
package/jquery-sparkline/jquery-sparkline.hash
Normal file
2
package/jquery-sparkline/jquery-sparkline.hash
Normal file
@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 06e0242da172ab85985db3774c54ac1b53391a5b447857a100c5118b8281a543 jquery.sparkline.min.js
|
||||
21
package/jquery-sparkline/jquery-sparkline.mk
Normal file
21
package/jquery-sparkline/jquery-sparkline.mk
Normal file
@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# jquery-sparkline
|
||||
#
|
||||
################################################################################
|
||||
|
||||
JQUERY_SPARKLINE_VERSION = 2.1.2
|
||||
JQUERY_SPARKLINE_SITE = http://www.omnipotent.net/jquery.sparkline/$(JQUERY_SPARKLINE_VERSION)
|
||||
JQUERY_SPARKLINE_SOURCE = jquery.sparkline.min.js
|
||||
JQUERY_SPARKLINE_LICENSE = BSD-3-Clause
|
||||
|
||||
define JQUERY_SPARKLINE_EXTRACT_CMDS
|
||||
cp $(JQUERY_SPARKLINE_DL_DIR)/$(JQUERY_SPARKLINE_SOURCE) $(@D)
|
||||
endef
|
||||
|
||||
define JQUERY_SPARKLINE_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 0644 -D $(@D)/$(JQUERY_SPARKLINE_SOURCE) \
|
||||
$(TARGET_DIR)/var/www/jquery.sparkline.js
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user