From f373e8d2bc12b7c835783bd145b87fbebd72a46c Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 19 Apr 2010 08:27:57 +0000 Subject: [PATCH] [packages] libnfc: update to 1.3.4 SVN-Revision: 21026 --- libs/libnfc/Makefile | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/libs/libnfc/Makefile b/libs/libnfc/Makefile index a5715d1f59..cd8350f1a4 100644 --- a/libs/libnfc/Makefile +++ b/libs/libnfc/Makefile @@ -1,14 +1,22 @@ +# +# Copyright (C) 2010 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + include $(TOPDIR)/rules.mk PKG_NAME:=libnfc -PKG_VERSION:=1.3.3 +PKG_VERSION:=1.3.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://libnfc.googlecode.com/files/ -PKG_MD5SUM:=88aeb2f6c3ddf32ae52aedc9b179e49c +PKG_MD5SUM:= -PKG_FIXUP = libtool +PKG_FIXUP:=libtool +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk @@ -18,7 +26,7 @@ define Package/libnfc/Default endef define Package/libnfc - $(call Package/libnfc/Default) +$(call Package/libnfc/Default) SECTION:=libs CATEGORY:=Libraries DEPENDS:=+libpcsclite +libusb +pcscd +ccid @@ -36,7 +44,7 @@ define Package/libnfc/description endef define Package/libnfc-examples - $(call Package/libnfc/Default) +$(call Package/libnfc/Default) SECTION:=utils CATEGORY:=Utilities DEPENDS:=+libnfc @@ -51,12 +59,6 @@ endef TARGET_CFLAGS += $(FPIC) -define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) \ - DESTDIR="$(PKG_INSTALL_DIR)" \ - all install -endef - define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include $(CP) $(PKG_INSTALL_DIR)/usr/include/nfc $(1)/usr/include/ -- 2.30.2