libnfc: switched to developer git repository 600/head
authorSebastian Wendel <packages@sourceindex.de>
Wed, 10 Dec 2014 17:02:38 +0000 (18:02 +0100)
committerSebastian Wendel <packages@sourceindex.de>
Wed, 10 Dec 2014 17:02:38 +0000 (18:02 +0100)
Signed-off-by: Sebastian Wendel <packages@sourceindex.de>
libs/libnfc/Makefile

index df54be6f66916f356532712ae10764359f121495..9a144d2530d118e20281799100b5291adffd376e 100644 (file)
@@ -13,9 +13,11 @@ PKG_RELEASE:=1
 PKG_INSTALL:=1
 PKG_FIXUP:=autoreconf
 
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=https://bintray.com/artifact/download/nfc-tools/sources/
-PKG_MD5SUM:=a3bea901778ac324e802b8ffb86820ff
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
+PKG_SOURCE_URL:=https://code.google.com/p/libnfc/
+PKG_SOURCE_PROTO:=git
+PKG_SOURCE_VERSION:=$(PKG_NAME)-$(PKG_VERSION)
 
 PKG_LICENSE:=LGPL-2.1
 PKG_MAINTAINER:=Sebastian Wendel <packages@sourceindex.de>