net-misc/jool - 4.1.15 (guru)

Search

Install

Install this version:

emerge -a =net-misc/jool-4.1.15

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/jool-4.1.15

Or alternatively:

emerge --autounmask-write -a =net-misc/jool-4.1.15

Package Information

Description:
Required tools for Jool
Homepage:
https://nicmx.github.io/Jool/en/index.html
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
4.1.15 8 ~amd64 0
View Raw Ebuild
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

DESCRIPTION="Required tools for Jool"
HOMEPAGE="https://nicmx.github.io/Jool/en/index.html"
SRC_URI="https://github.com/NICMx/Jool/releases/download/v${PV}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="iptables"

DEPEND="
	dev-libs/libnl:3
	elibc_musl? ( sys-libs/argp-standalone )
	iptables? ( net-firewall/iptables )
"
RDEPEND="${DEPEND}
	!iptables? ( net-firewall/nftables )
"

src_configure() {
	local myeconfargs=(
		--with-bash-completion-dir=no
		--with-xtables=$(usex iptables)
	)
	econf "${myeconfargs[@]}"
}

src_install() {
	local myemakeargs=(
		DESTDIR="${D}"
		XTABLES_SO_DIR=$($(tc-getPKG_CONFIG) xtables --variable=xtlibdir)
	)
	emake "${myemakeargs[@]}" install
	einstalldocs
}

USE Flags

Manage flags for this package: euse -i <flag> -p net-misc/jool | euse -E <flag> -p net-misc/jool | euse -D <flag> -p net-misc/jool

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/libnl:3
	elibc_musl? ( sys-libs/argp-standalone )
	iptables? ( net-firewall/iptables )

RDEPEND

	dev-libs/libnl:3
	elibc_musl? ( sys-libs/argp-standalone )
	iptables? ( net-firewall/iptables )

	!iptables? ( net-firewall/nftables )

Manifest for 4.1.15

Type File Size Source URLs
DIST jool-4.1.15.tar.gz 634141 bytes https://github.com/NICMx/Jool/releases/download/v4.1.15/jool-4.1.15.tar.gz