node-hid: set proper version and revision
authorJohn Crispin <blogic@openwrt.org>
Mon, 19 Oct 2015 13:49:38 +0000 (15:49 +0200)
committerJohn Crispin <blogic@openwrt.org>
Mon, 19 Oct 2015 13:58:55 +0000 (15:58 +0200)
* fix revision variables
* fix version variables

Signed-off-by: John Crispin <blogic@openwrt.org>
lang/node-serialport/Makefile

index 56d0697b394329360aaaa9f83da3e065d273fa3f..ad4b7aff604543fdfd5a443064552c5fa8fbc472 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 PKG_NPM_NAME:=serialport
 PKG_NAME:=node-$(PKG_NPM_NAME)
 PKG_VERSION:=1.4.6
-PKG_RELEASE:=2
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
 PKG_SOURCE_URL:=http://registry.npmjs.org/$(PKG_NPM_NAME)/-/
@@ -20,6 +20,8 @@ PKG_BUILD_DEPENDS:=node
 PKG_NODE_VERSION:=0.12.7
 
 PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
+PKG_LICENSE:=Custom
+PKG_LICENSE_FILE:=LICENSE
 
 include $(INCLUDE_DIR)/package.mk