summaryrefslogtreecommitdiffstats
path: root/package/jquery-sidebar/jquery-sidebar.mk
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2015-12-23 07:34:35 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-23 09:56:37 +0100
commit0afd34091698623ee0fba5930c38474792f4f0d5 (patch)
tree44871d518e4cf022c297193a630a64cf01054ef8 /package/jquery-sidebar/jquery-sidebar.mk
parentd831f2496441b5454de6a6dc0b4abb3804b94c88 (diff)
downloadbuildroot-0afd34091698623ee0fba5930c38474792f4f0d5.tar.gz
buildroot-0afd34091698623ee0fba5930c38474792f4f0d5.zip
jquery-sidebar: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/jquery-sidebar/jquery-sidebar.mk')
-rw-r--r--package/jquery-sidebar/jquery-sidebar.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/jquery-sidebar/jquery-sidebar.mk b/package/jquery-sidebar/jquery-sidebar.mk
new file mode 100644
index 0000000000..7af3667b62
--- /dev/null
+++ b/package/jquery-sidebar/jquery-sidebar.mk
@@ -0,0 +1,17 @@
+################################################################################
+#
+# jquery-sidebar
+#
+################################################################################
+
+JQUERY_SIDEBAR_VERSION = 3.3.2
+JQUERY_SIDEBAR_SITE = $(call github,jillix,jQuery-sidebar,$(JQUERY_SIDEBAR_VERSION))
+JQUERY_SIDEBAR_LICENSE = MIT
+JQUERY_SIDEBAR_LICENSE_FILES = LICENSE
+
+define JQUERY_SIDEBAR_INSTALL_TARGET_CMDS
+ $(INSTALL) -m 0644 -D $(@D)/src/jquery.sidebar.min.js \
+ $(TARGET_DIR)/var/www/jquery-plugins/sidebar/jquery.sidebar.min.js
+endef
+
+$(eval $(generic-package))
OpenPOWER on IntegriCloud