diff --git a/net-misc/jool-modules/Manifest b/net-misc/jool-modules/Manifest new file mode 100644 index 0000000000..a2e0f97254 --- /dev/null +++ b/net-misc/jool-modules/Manifest @@ -0,0 +1 @@ +DIST jool-4.1.13.tar.gz 625231 BLAKE2B 988108cc76d78cf8d92d49b45142bf52a002ff00b948796bb090f8f38daa7b667614c76cff425e2f92f0d7aa3f6bde72ea3b077c0a301aa354f98735af10d57f SHA512 27c67e99ca3198f35b764b17294c51edbdab78cf56e887c1a74ede050daf627e38e91ef866a32deed6f2930c64a81f27e530059034999d1a4e4743dfc137886d diff --git a/net-misc/jool-modules/jool-modules-4.1.13.ebuild b/net-misc/jool-modules/jool-modules-4.1.13.ebuild new file mode 100644 index 0000000000..939d2c8fbb --- /dev/null +++ b/net-misc/jool-modules/jool-modules-4.1.13.ebuild @@ -0,0 +1,28 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit linux-mod-r1 + +DESCRIPTION="Jool is an Open Source SIIT and NAT64 for linux" +HOMEPAGE="https://nicmx.github.io/Jool/en/index.html" +SRC_URI="https://github.com/NICMx/Jool/releases/download/v${PV}/jool-${PV}.tar.gz" +S="${WORKDIR}/jool-${PV}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" + +src_configure() { + true +} + +src_compile() { + local modlist=( jool_common=:src/mod/common:common jool=:src/mod/nat64:nat64 jool_siit=:src/mod/siit:siit ) + linux-mod-r1_src_compile +} + +src_install() { + linux-mod-r1_src_install +} diff --git a/net-misc/jool-modules/metadata.xml b/net-misc/jool-modules/metadata.xml new file mode 100644 index 0000000000..9760d9bf83 --- /dev/null +++ b/net-misc/jool-modules/metadata.xml @@ -0,0 +1,11 @@ + + + + + ppn@parhuet.fr + Nicolas PARLANT + + + NICMx/Jool + +