* [Buildroot] [PATCH] jquery-sidebar: new package
@ 2015-12-23 6:34 yegorslists at googlemail.com
2015-12-23 9:00 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: yegorslists at googlemail.com @ 2015-12-23 6:34 UTC (permalink / raw)
To: buildroot
From: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
package/Config.in | 1 +
| 6 ++++++
| 2 ++
| 17 +++++++++++++++++
4 files changed, 26 insertions(+)
create mode 100644 package/jquery-sidebar/Config.in
create mode 100644 package/jquery-sidebar/jquery-sidebar.hash
create mode 100644 package/jquery-sidebar/jquery-sidebar.mk
diff --git a/package/Config.in b/package/Config.in
index 82eb305..4bc6b4c 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -952,6 +952,7 @@ menu "external jQuery plugins"
source "package/jquery-datetimepicker/Config.in"
source "package/jquery-keyboard/Config.in"
source "package/jquery-mobile/Config.in"
+ source "package/jquery-sidebar/Config.in"
source "package/jquery-sparkline/Config.in"
source "package/jquery-ui/Config.in"
source "package/jquery-ui-themes/Config.in"
--git a/package/jquery-sidebar/Config.in b/package/jquery-sidebar/Config.in
new file mode 100644
index 0000000..324a20c
--- /dev/null
+++ b/package/jquery-sidebar/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_JQUERY_SIDEBAR
+ bool "jquery-sidebar"
+ help
+ A stupid simple sidebar jQuery plugin.
+
+ http://jillix.github.io/jQuery-sidebar/
--git a/package/jquery-sidebar/jquery-sidebar.hash b/package/jquery-sidebar/jquery-sidebar.hash
new file mode 100644
index 0000000..60e44d4
--- /dev/null
+++ b/package/jquery-sidebar/jquery-sidebar.hash
@@ -0,0 +1,2 @@
+# Locally computed
+sha256 c96e46439a87555f2200442f597cce64f21f81f94d7601ddfc3b837913ddb42f jquery-sidebar-3.3.2.tar.gz
--git a/package/jquery-sidebar/jquery-sidebar.mk b/package/jquery-sidebar/jquery-sidebar.mk
new file mode 100644
index 0000000..7af3667
--- /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))
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] jquery-sidebar: new package
2015-12-23 6:34 [Buildroot] [PATCH] jquery-sidebar: new package yegorslists at googlemail.com
@ 2015-12-23 9:00 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-12-23 9:00 UTC (permalink / raw)
To: buildroot
Dear yegorslists at googlemail.com,
On Wed, 23 Dec 2015 07:34:35 +0100, yegorslists at googlemail.com wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
>
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
> package/Config.in | 1 +
> package/jquery-sidebar/Config.in | 6 ++++++
> package/jquery-sidebar/jquery-sidebar.hash | 2 ++
> package/jquery-sidebar/jquery-sidebar.mk | 17 +++++++++++++++++
> 4 files changed, 26 insertions(+)
> create mode 100644 package/jquery-sidebar/Config.in
> create mode 100644 package/jquery-sidebar/jquery-sidebar.hash
> create mode 100644 package/jquery-sidebar/jquery-sidebar.mk
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-23 9:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-23 6:34 [Buildroot] [PATCH] jquery-sidebar: new package yegorslists at googlemail.com
2015-12-23 9:00 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox