1*4882a593Smuzhiyun################################################################################ 2*4882a593Smuzhiyun# 3*4882a593Smuzhiyun# ipset 4*4882a593Smuzhiyun# 5*4882a593Smuzhiyun################################################################################ 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunIPSET_VERSION = 7.15 8*4882a593SmuzhiyunIPSET_SOURCE = ipset-$(IPSET_VERSION).tar.bz2 9*4882a593SmuzhiyunIPSET_SITE = http://ipset.netfilter.org 10*4882a593SmuzhiyunIPSET_DEPENDENCIES = libmnl host-pkgconf 11*4882a593SmuzhiyunIPSET_CONF_OPTS = --with-kmod=no 12*4882a593SmuzhiyunIPSET_LICENSE = GPL-2.0 13*4882a593SmuzhiyunIPSET_LICENSE_FILES = COPYING 14*4882a593SmuzhiyunIPSET_CPE_ID_VENDOR = netfilter 15*4882a593SmuzhiyunIPSET_INSTALL_STAGING = YES 16*4882a593SmuzhiyunIPSET_SELINUX_MODULES = iptables 17*4882a593Smuzhiyun 18*4882a593Smuzhiyun$(eval $(autotools-package)) 19