summaryrefslogtreecommitdiff
path: root/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r1000.ebuild
blob: 3cab93741f7f59cd8105c700db865971cd26f7d3 (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
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
inherit eutils

DESCRIPTION="Broadcom's IEEE 802.11a/b/g/n hybrid Linux device driver"
HOMEPAGE="http://www.broadcom.com/support/802.11/"
SRC_BASE="http://www.broadcom.com/docs/linux_sta/hybrid-v35"
SRC_URI=""

LICENSE="Broadcom"
KEYWORDS="amd64 x86"

RESTRICT="mirror"
SLOT="0"

DEPEND="=sys-kernel/${PN}-dkms-${PV}"
RDEPEND="${DEPEND}"

S=${WORKDIR}

src_install() {
	:
}