mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 14:03:33 -04:00
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Aleksandr Batyuk <abbat.2008@gmail.com>
26 lines
609 B
Bash
26 lines
609 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
inherit linux-mod
|
|
|
|
COMMIT="f1bc7e86c4a1c67bee04c361dd978683869d2347"
|
|
|
|
DESCRIPTION="Realtek 8821CU/RTL8811CU module for Linux kernel"
|
|
HOMEPAGE="https://github.com/brektrou/rtl8821CU"
|
|
SRC_URI="https://github.com/brektrou/rtl8821CU/archive/${COMMIT}.tar.gz -> rtl8821cu-${PV}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
DEPEND="virtual/linux-sources"
|
|
|
|
S="${WORKDIR}/rtl8821CU-${COMMIT}"
|
|
|
|
MODULE_NAMES="8821cu(net/wireless)"
|
|
BUILD_TARGETS="all"
|
|
|
|
PATCHES=(
|
|
"${FILESDIR}"/${PN}-recv_linux.patch
|
|
)
|