Skip to content

Commit

Permalink
net-misc/jool-modules: new package, add 4.1.13
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas PARLANT <[email protected]>
  • Loading branch information
PPN-SD committed Oct 13, 2024
1 parent 213edea commit 70c5c24
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions net-misc/jool-modules/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST jool-4.1.13.tar.gz 625231 BLAKE2B 988108cc76d78cf8d92d49b45142bf52a002ff00b948796bb090f8f38daa7b667614c76cff425e2f92f0d7aa3f6bde72ea3b077c0a301aa354f98735af10d57f SHA512 27c67e99ca3198f35b764b17294c51edbdab78cf56e887c1a74ede050daf627e38e91ef866a32deed6f2930c64a81f27e530059034999d1a4e4743dfc137886d
28 changes: 28 additions & 0 deletions net-misc/jool-modules/jool-modules-4.1.13.ebuild
Original file line number Diff line number Diff line change
@@ -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
}
11 changes: 11 additions & 0 deletions net-misc/jool-modules/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Nicolas PARLANT</name>
</maintainer>
<upstream>
<remote-id type="github">NICMx/Jool</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 70c5c24

Please sign in to comment.