summaryrefslogtreecommitdiff
path: root/package/jq
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-12-29 16:26:18 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-12-29 16:26:18 +0100
commitf277fb0a867292a2ccba4b1218330d2026fe710d (patch)
tree7864413ad4685e005b666927efd20802ae35ef6b /package/jq
parent7972521da02ea2f1aef7c08200c5abb9f47f61cd (diff)
jq: install the libraries
Diffstat (limited to 'package/jq')
-rw-r--r--package/jq/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/jq/Makefile b/package/jq/Makefile
index 6c7b176fb..a38e0791b 100644
--- a/package/jq/Makefile
+++ b/package/jq/Makefile
@@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= jq
PKG_VERSION:= 1.5
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_HASH:= c4d2bfec6436341113419debf479d833692cc5cdab7eb0326b5a4d4fbe9f493c
PKG_DESCR:= command-line json processor
PKG_SECTION:= sys/misc
@@ -19,6 +19,9 @@ include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,JQ,jq,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION)))
jq-install:
+ $(INSTALL_DIR) $(IDIR_JQ)/usr/lib
+ $(CP) $(WRKINST)/usr/lib/libjq.so* \
+ $(IDIR_JQ)/usr/lib
$(INSTALL_DIR) $(IDIR_JQ)/usr/bin
$(INSTALL_BIN) $(WRKINST)/usr/bin/jq \
$(IDIR_JQ)/usr/bin