e2guardian: don't use github conflicting tag archives (#1051)
authorNicolas Thill <nico@openwrt.org>
Fri, 1 May 2015 02:43:13 +0000 (04:43 +0200)
committerNicolas Thill <nico@openwrt.org>
Fri, 1 May 2015 02:43:13 +0000 (04:43 +0200)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
net/e2guardian/Makefile

index 0823d95fc8e4702a607cb55d64bea41d11774c11..114453da3320257385271450db7aeedd639f5898 100644 (file)
@@ -14,9 +14,11 @@ PKG_RELEASE:=1
 PKG_LICENSE:=GPL-2.0
 PKG_MAINTAINER:=Luka Perkov <luka@openwrt.org>
 
-PKG_SOURCE:=v$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://github.com/e2guardian/e2guardian/archive/
-PKG_MD5SUM:=f8ffac7ac4f040b672cc4e62121bf4c5
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
+PKG_SOURCE_PROTO:=git
+PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
+PKG_SOURCE_URL:=https://github.com/e2guardian/e2guardian.git
+PKG_SOURCE_VERSION:=v$(PKG_VERSION)
 
 PKG_BUILD_PARALLEL:=1
 PKG_INSTALL:=1