diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-05-01 07:57:13 +0200 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-05-01 07:57:13 +0200 |
commit | b4cf62813f3e48efb3fff6d0abf1c9779e0b0e16 (patch) | |
tree | 85ae9196bfd092766e650e252ffb4d61a78b69d5 /lang/uuid | |
parent | 5420c140c1cb5d6312d2cdb8c2f0780ed173eab3 (diff) |
uuid: don't use github conflicting tag archives (#1051)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Diffstat (limited to 'lang/uuid')
-rw-r--r-- | lang/uuid/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lang/uuid/Makefile b/lang/uuid/Makefile index 7ec89e353..a093e666c 100644 --- a/lang/uuid/Makefile +++ b/lang/uuid/Makefile @@ -11,9 +11,12 @@ PKG_NAME:=uuid PKG_VERSION:=0.2.0 PKG_RELEASE:=1 -PKG_SOURCE:=version_$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/Tieske/$(PKG_NAME)/archive/ -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-version_$(PKG_VERSION) +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/Tieske/uuid.git +PKG_SOURCE_VERSION:=version_$(PKG_VERSION) + PKG_MAINTAINER:=Amr Hassan <amr.hassan@gmail.com> PKG_LICENSE=Apache-2.0 |