libnfc: Update to version 1.7.0

Update libnfc to version 1.7.0.

https://libnfc.googlecode.com/files/libnfc-1.7.0.tar.bz2 needs to be added
to http://downloads.openwrt.org/sources/

Signed-off-by: JiapengLi <gapleehit@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@38414 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2013-10-15 13:28:09 +00:00
parent d553ae8ecf
commit 899363504e

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=libnfc PKG_NAME:=libnfc
PKG_VERSION:=1.4.2 PKG_VERSION:=1.7.0
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://libnfc.googlecode.com/files PKG_SOURCE_URL:=http://libnfc.googlecode.com/files
PKG_MD5SUM:=c99b2b9212b1a1b064055a199779bdd8 PKG_MD5SUM:=8d8aced79cc0859c605c04d59e4484b3
PKG_FIXUP:=autoreconf PKG_FIXUP:=autoreconf
PKG_INSTALL:=1 PKG_INSTALL:=1