diff options
author | Sebastian Wendel <packages@sourceindex.de> | 2014-12-07 15:23:47 +0100 |
---|---|---|
committer | Sebastian Wendel <packages@sourceindex.de> | 2014-12-07 15:23:47 +0100 |
commit | 158f4bf71fa2ba1c1aaa6eb39595e133cfc9897f (patch) | |
tree | c0fc478a7091f53791c0dfc8a8258fb9b464660b /libs/libnfc | |
parent | c3ffb23a25c7f692563236096c8a0e16c8d32f1e (diff) |
libnfc: updated Makefile copyright header
Signed-off-by: Sebastian Wendel packages@sourceindex.de
Diffstat (limited to 'libs/libnfc')
-rw-r--r-- | libs/libnfc/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libs/libnfc/Makefile b/libs/libnfc/Makefile index deda5f20e..df54be6f6 100644 --- a/libs/libnfc/Makefile +++ b/libs/libnfc/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2007-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,6 +10,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libnfc PKG_VERSION:=1.7.1 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/ @@ -18,15 +20,11 @@ PKG_MD5SUM:=a3bea901778ac324e802b8ffb86820ff PKG_LICENSE:=LGPL-2.1 PKG_MAINTAINER:=Sebastian Wendel <packages@sourceindex.de> -PKG_FIXUP:=autoreconf -PKG_INSTALL:=1 - include $(INCLUDE_DIR)/package.mk define Package/libnfc/Default TITLE:=A open source library for Near Field Communication (NFC) URL:=http://nfc-tools.org/ - MAINTAINER:=Sebastian Wendel <packages@sourceindex.de> endef define Package/libnfc |