mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
node-hid: set proper version and revision
* fix revision variables * fix version variables Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
@@ -10,8 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
PKG_NPM_NAME:=hid
|
PKG_NPM_NAME:=hid
|
||||||
PKG_NAME:=node-$(PKG_NPM_NAME)
|
PKG_NAME:=node-$(PKG_NPM_NAME)
|
||||||
PKG_VERSION:=0.4.0
|
PKG_VERSION:=0.4.0
|
||||||
|
PKG_RELEASE:=1
|
||||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/node-hid/node-hid.git
|
PKG_SOURCE_URL:=https://github.com/node-hid/node-hid.git
|
||||||
@@ -23,7 +22,8 @@ PKG_BUILD_DEPENDS:=node
|
|||||||
PKG_NODE_VERSION:=0.12.7
|
PKG_NODE_VERSION:=0.12.7
|
||||||
|
|
||||||
PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
|
PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=Custom
|
||||||
|
PKG_LICENSE_FILE:=
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user