1*4882a593Smuzhiyun################################################################################ 2*4882a593Smuzhiyun# 3*4882a593Smuzhiyun# libminiupnpc 4*4882a593Smuzhiyun# 5*4882a593Smuzhiyun################################################################################ 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunLIBMINIUPNPC_VERSION_MAJOR = 2.1 8*4882a593SmuzhiyunLIBMINIUPNPC_VERSION_MINOR = 20201016 9*4882a593SmuzhiyunLIBMINIUPNPC_VERSION = $(LIBMINIUPNPC_VERSION_MAJOR).$(LIBMINIUPNPC_VERSION_MINOR) 10*4882a593SmuzhiyunLIBMINIUPNPC_SOURCE = miniupnpc-$(LIBMINIUPNPC_VERSION).tar.gz 11*4882a593SmuzhiyunLIBMINIUPNPC_SITE = http://miniupnp.free.fr/files 12*4882a593SmuzhiyunLIBMINIUPNPC_INSTALL_STAGING = YES 13*4882a593SmuzhiyunLIBMINIUPNPC_LICENSE = BSD-3-Clause 14*4882a593SmuzhiyunLIBMINIUPNPC_LICENSE_FILES = LICENSE 15*4882a593SmuzhiyunLIBMINIUPNPC_CPE_ID_VENDOR = miniupnp_project 16*4882a593SmuzhiyunLIBMINIUPNPC_CPE_ID_PRODUCT = miniupnpc 17*4882a593SmuzhiyunLIBMINIUPNPC_CPE_ID_VERSION = $(LIBMINIUPNPC_VERSION_MAJOR) 18*4882a593SmuzhiyunLIBMINIUPNPC_CPE_ID_UPDATE = $(LIBMINIUPNPC_VERSION_MINOR) 19*4882a593Smuzhiyun 20*4882a593Smuzhiyun$(eval $(cmake-package)) 21