summaryrefslogtreecommitdiff
path: root/sys-kernel/dkms/dkms-2.3-r3.ebuild
blob: c5c990693ee13e91918d283b1d7c31b8496d2388 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit eutils bash-completion-r1

DESCRIPTION="Dynamic Kernel Module Support"
SRC_URI="https://github.com/dell/dkms/archive/2.3.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/dell/dkms"
LICENSE="GPL-2"
DEPEND=""
RDEPEND="sys-apps/gentoo-functions"
KEYWORDS="amd64 arm64"
SLOT="0"

PATCHES=(
	"${FILESDIR}"/"${P}"-dont-touch-configs.patch
	"${FILESDIR}"/"${P}"-gentoo-functions.patch
	"${FILESDIR}"/"${P}"-systemd-service-fix.patch
	"${FILESDIR}"/"${P}"-redcore-makefile.patch
)

src_install() {
	emake DESTDIR=${D} install
	newinitd "${FILESDIR}"/dkms.initd dkms
}