libfreefare: new repository
authorArnaud Aujon <arnaud.aujon@gmail.com>
Thu, 24 Oct 2013 09:00:05 +0000 (11:00 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 25 Oct 2013 10:30:27 +0000 (12:30 +0200)
[Peter: also adjust upstream URL]
Signed-off-by: Arnaud Aujon <arnaud.aujon@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libfreefare/Config.in
package/libfreefare/libfreefare.mk

index bc11b8bcbbb309d3619783ff0aebc1ee03de6839..2bb0c93ddf30e07082ece04cfcbe5f4a73335396 100644 (file)
@@ -6,7 +6,7 @@ config BR2_PACKAGE_LIBFREEFARE
        help
          Library for high level manipulation of MIFARE cards.
 
-         http://code.google.com/p/nfc-tools/wiki/libfreefare
+         http://nfc-tools.org/index.php?title=Libfreefare
 
 comment "libfreefare needs a toolchain w/ threads"
        depends on !BR2_TOOLCHAIN_HAS_THREADS
index 859b5e37d52d2de60606cb6403ede24905c5bb6d..8dcd6b81c9b7a4807e145216ff029a6bd7d509de 100644 (file)
@@ -5,7 +5,7 @@
 ################################################################################
 
 LIBFREEFARE_VERSION = 0.3.4
-LIBFREEFARE_SITE = http://nfc-tools.googlecode.com/files
+LIBFREEFARE_SITE = http://libfreefare.googlecode.com/files
 LIBFREEFARE_DEPENDENCIES = libnfc openssl
 
 $(eval $(autotools-package))