Parcourir la source

libnfc: switched to developer git repository

Sebastian Wendel il y a 10 ans
Parent
révision
53cbe8c869
1 fichiers modifiés avec 5 ajouts et 3 suppressions
  1. 5
    3
      libs/libnfc/Makefile

+ 5
- 3
libs/libnfc/Makefile Voir le fichier

@@ -13,9 +13,11 @@ PKG_RELEASE:=1
13 13
 PKG_INSTALL:=1
14 14
 PKG_FIXUP:=autoreconf
15 15
 
16
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
17
-PKG_SOURCE_URL:=https://bintray.com/artifact/download/nfc-tools/sources/
18
-PKG_MD5SUM:=a3bea901778ac324e802b8ffb86820ff
16
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
17
+PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
18
+PKG_SOURCE_URL:=https://code.google.com/p/libnfc/
19
+PKG_SOURCE_PROTO:=git
20
+PKG_SOURCE_VERSION:=$(PKG_NAME)-$(PKG_VERSION)
19 21
 
20 22
 PKG_LICENSE:=LGPL-2.1
21 23
 PKG_MAINTAINER:=Sebastian Wendel <packages@sourceindex.de>