1################################################################################ 2# 3# mfoc 4# 5################################################################################ 6 7MFOC_VERSION = 0.10.7 8MFOC_SITE = $(call github,nfc-tools,mfoc,mfoc-$(MFOC_VERSION)) 9MFOC_LICENSE = GPL-2.0 10MFOC_LICENSE_FILES = COPYING 11MFOC_DEPENDENCIES = libnfc 12# Fetching from github, we need to generate the configure script 13MFOC_AUTORECONF = YES 14MFOC_INSTALL_STAGING = YES 15 16$(eval $(autotools-package)) 17