Browse Source

node-hid: set proper version and revision

* fix revision variables
* fix version variables

Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin 9 years ago
parent
commit
aca405ef00
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      lang/node-hid/Makefile

+ 3
- 3
lang/node-hid/Makefile View File

@@ -10,8 +10,7 @@ include $(TOPDIR)/rules.mk
10 10
 PKG_NPM_NAME:=hid
11 11
 PKG_NAME:=node-$(PKG_NPM_NAME)
12 12
 PKG_VERSION:=0.4.0
13
-
14
-PKG_RELEASE=$(PKG_SOURCE_VERSION)
13
+PKG_RELEASE:=1
15 14
 
16 15
 PKG_SOURCE_PROTO:=git
17 16
 PKG_SOURCE_URL:=https://github.com/node-hid/node-hid.git
@@ -23,7 +22,8 @@ PKG_BUILD_DEPENDS:=node
23 22
 PKG_NODE_VERSION:=0.12.7
24 23
 
25 24
 PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
26
-PKG_LICENSE:=MIT
25
+PKG_LICENSE:=Custom
26
+PKG_LICENSE_FILE:=
27 27
 
28 28
 include $(INCLUDE_DIR)/package.mk
29 29