lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 2c82144c592f4bebd943c2be90fdc604de68cacb
parent 296a7f4dc2732c00015ba31a8c21875c1eab985c
Author: John Crispin <blogic@openwrt.org>
Date:   Mon, 19 Oct 2015 15:46:03 +0200

node-arduino-firmata: set proper download path and set version properly

* fix download path
* fix version variables

Signed-off-by: John Crispin <blogic@openwrt.org>

Diffstat:
Mlang/node-arduino-firmata/Makefile | 10+++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/lang/node-arduino-firmata/Makefile b/lang/node-arduino-firmata/Makefile @@ -12,14 +12,18 @@ PKG_NAME:=node-$(PKG_NPM_NAME) PKG_VERSION:=0.3.3 PKG_RELEASE:=1 -PKG_SOURCE:=v$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/shokai/node-arduino-firmata/archive/ +PKG_SOURCE_PROTO:=git +PKG_SOURCE_URL:=https://github.com/shokai/node-arduino-firmata.git +PKG_SOURCE_VERSION:=16e76007edf218d72df590adbd711ac6b7432845 +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) +PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz PKG_BUILD_DEPENDS:=node PKG_NODE_VERSION:=0.12.7 PKG_MAINTAINER:=John Crispin <blogic@openwrt.org> -PKG_LICENSE:= +PKG_LICENSE:=MIT +PKG_LICENSE_FILE:=LICENSE.txt include $(INCLUDE_DIR)/package.mk