diff options
Diffstat (limited to 'net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r1000.ebuild')
-rw-r--r-- | net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r1000.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r1000.ebuild b/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r1000.ebuild new file mode 100644 index 00000000..3cab9374 --- /dev/null +++ b/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r1000.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() { + : +} |