# -*-makefile-*- # # Copyright (C) 2016 by Andreas Geisenhainer # # See CREDITS for details about who has contributed to this project. # # For further information about the PTXdist project and license conditions # see the README file. # # # We provide this package # PACKAGES-$(PTXCONF_NFTABLES) += nftables # # Paths and names # NFTABLES_VERSION := 0.8.3 NFTABLES_MD5 := a604501c10a302fa417410b16f293d2c NFTABLES := nftables-$(NFTABLES_VERSION) NFTABLES_SUFFIX := tar.bz2 NFTABLES_URL := http://ftp.netfilter.org/pub/nftables/$(NFTABLES).$(NFTABLES_SUFFIX) NFTABLES_SOURCE := $(SRCDIR)/$(NFTABLES).$(NFTABLES_SUFFIX) NFTABLES_DIR := $(BUILDDIR)/$(NFTABLES) NFTABLES_LICENSE := GPL-2.0-only # ---------------------------------------------------------------------------- # Prepare # ---------------------------------------------------------------------------- # # autoconf # NFTABLES_CONF_TOOL := autoconf NFTABLES_CONF_OPT := \ $(CROSS_AUTOCONF_USR) \ --$(call ptx/endis, PTXCONF_NFTABLES_DEBUG)-debug \ --disable-man-doc \ --disable-pdf-doc \ --$(call ptx/wwo, PTXCONF_NFTABLES_MGMP)-mini-gmp \ --without-cli \ --without-xtables # ---------------------------------------------------------------------------- # Target-Install # ---------------------------------------------------------------------------- $(STATEDIR)/nftables.targetinstall: @$(call targetinfo) @$(call install_init, nftables) @$(call install_fixup, nftables,PRIORITY,optional) @$(call install_fixup, nftables,SECTION,base) @$(call install_fixup, nftables,AUTHOR,"Andreas Geisenhainer