# -*-makefile-*- # # Copyright (C) 2016 by Andreas Geisenhainer # # 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 := 1.0.4 NFTABLES_MD5 := dcc3c263e00903037cf86d74477a9519 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 NFTABLES_LICENSE_FILES := file://COPYING;md5=d1a78fdd879a263a5e0b42d1fc565e79 # ---------------------------------------------------------------------------- # Prepare # ---------------------------------------------------------------------------- # # autoconf # NFTABLES_CONF_TOOL := autoconf NFTABLES_CONF_OPT := \ $(CROSS_AUTOCONF_USR) \ --$(call ptx/endis, PTXCONF_NFTABLES_DEBUG)-debug \ --disable-man-doc \ --disable-python \ --$(call ptx/wwo, PTXCONF_NFTABLES_MGMP)-mini-gmp \ --without-cli \ --without-xtables \ --without-json # ---------------------------------------------------------------------------- # 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