summaryrefslogtreecommitdiff
path: root/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r1708.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-08-13 15:59:24 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-08-13 15:59:24 +0100
commitfdc97647f9837884d5b729a8000d52bf2ecf5858 (patch)
tree58f284de46b0b797e26a9b693832b246f7a5c68c /net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r1708.ebuild
parent1358adf41d192d24d67fbde47262abe47da56892 (diff)
redcore 1708 gamma crucis : bump ebuilds
Diffstat (limited to 'net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r1708.ebuild')
-rw-r--r--net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r1708.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r1708.ebuild b/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r1708.ebuild
new file mode 100644
index 00000000..ff44421d
--- /dev/null
+++ b/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r1708.ebuild
@@ -0,0 +1,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() {
+ :
+}