mesa3d-headers: remove installation of OpenVG headers
[buildroot-gz.git] / package / ipset / ipset.mk
blobdb4952b1d564ab25561627fe2e073b31f509da37
1 ################################################################################
3 # ipset
5 ################################################################################
7 IPSET_VERSION = 6.30
8 IPSET_SOURCE = ipset-$(IPSET_VERSION).tar.bz2
9 IPSET_SITE = http://ipset.netfilter.org
10 IPSET_DEPENDENCIES = libmnl host-pkgconf
11 IPSET_CONF_OPTS = --with-kmod=no
12 # For 0001-Do-not-pass-Werror-when-enable-debug-is-used.patch
13 IPSET_AUTORECONF = YES
14 IPSET_LICENSE = GPLv2
15 IPSET_LICENSE_FILES = COPYING
17 $(eval $(autotools-package))