kumquat-buildroot/package/ipset/ipset.mk
Alexandre Belloni 8dfd59d114 Normalize separator size to 80
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-06-06 22:30:24 +02:00

16 lines
437 B
Makefile

################################################################################
#
# ipset
#
################################################################################
IPSET_VERSION = 6.19
IPSET_SOURCE = ipset-$(IPSET_VERSION).tar.bz2
IPSET_SITE = http://ipset.netfilter.org
IPSET_DEPENDENCIES = libmnl host-pkgconf
IPSET_CONF_OPT = --with-kmod=no
IPSET_LICENSE = GPLv2
IPSET_LICENSE_FILES = COPYING
$(eval $(autotools-package))