Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_JQUERY_DATETIMEPICKER
bool "jquery-datetimepicker"
help
Use this plugin to unobtrusively add a datetimepicker,
datepicker or timepicker dropdown to your forms.
http://xdsoft.net/jqplugins/datetimepicker

View File

@@ -0,0 +1,19 @@
################################################################################
#
# jquery-datetimepicker
#
################################################################################
JQUERY_DATETIMEPICKER_VERSION = 2.4.5
JQUERY_DATETIMEPICKER_SITE = $(call github,xdan,datetimepicker,$(JQUERY_DATETIMEPICKER_VERSION))
JQUERY_DATETIMEPICKER_LICENSE = MIT
JQUERY_DATETIMEPICKER_LICENSE_FILES = MIT-LICENSE.txt
define JQUERY_DATETIMEPICKER_INSTALL_TARGET_CMDS
$(INSTALL) -m 0644 -D $(@D)/jquery.datetimepicker.css \
$(TARGET_DIR)/var/www/jquery-plugins/datetimepicker/jquery.datetimepicker.css
$(INSTALL) -m 0644 -D $(@D)/jquery.datetimepicker.js \
$(TARGET_DIR)/var/www/jquery-plugins/datetimepicker/jquery.datetimepicker.js
endef
$(eval $(generic-package))