Add win4lin
This commit is contained in:
1
net-misc/ipx-modules/Manifest
Normal file
1
net-misc/ipx-modules/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD ipx-modules-9999.ebuild 551 BLAKE2B 8f2c09ecfa0aebd247bbb56b84e00030befb784970c76ef50a95d3e6ca1f4099357c05b4b57afb8993ee2480154f114aaab5961afc709a68598bcee746df7216 SHA512 5764f71403d5e220be3b49098bf08beb2bcaa419b19dbca42a528c8a85e79ead0f0f614a10a49283c10f0866b6e03ba0a2088faa165cc1e02b4bf5f053f7d0a3
|
||||
28
net-misc/ipx-modules/ipx-modules-9999.ebuild
Normal file
28
net-misc/ipx-modules/ipx-modules-9999.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit git-r3 linux-info linux-mod
|
||||
|
||||
DESCRIPTION="IPX kernel module for Linux 4.18+"
|
||||
HOMEPAGE="https://github.com/pasis/ipx/"
|
||||
EGIT_REPO_URI="https://github.com/pasis/ipx.git"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
BUILD_TARGETS="build"
|
||||
CONFIG_CHECK="NET"
|
||||
MODULE_NAMES="ipx(ipx:${S}) p8023(ipx:${S})"
|
||||
|
||||
src_compile() {
|
||||
BUILD_PARAMS="KERNELDIR=${KV_OUT_DIR} M=${S}"
|
||||
|
||||
linux-mod_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
linux-mod_src_install
|
||||
}
|
||||
Reference in New Issue
Block a user