946901317c
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
17 lines
467 B
Makefile
17 lines
467 B
Makefile
################################################################################
|
|
#
|
|
# ipset
|
|
#
|
|
################################################################################
|
|
|
|
IPSET_VERSION = 7.2
|
|
IPSET_SOURCE = ipset-$(IPSET_VERSION).tar.bz2
|
|
IPSET_SITE = http://ipset.netfilter.org
|
|
IPSET_DEPENDENCIES = libmnl host-pkgconf
|
|
IPSET_CONF_OPTS = --with-kmod=no
|
|
IPSET_LICENSE = GPL-2.0
|
|
IPSET_LICENSE_FILES = COPYING
|
|
IPSET_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|