[net-wireless/bcm43xx-firmware] kill old cruft

This commit is contained in:
Fabio Erculiani
2013-02-05 06:22:50 +00:00
parent a0232de15b
commit add5cf1f3d
2 changed files with 0 additions and 27 deletions
-1
View File
@@ -1 +0,0 @@
DIST bcm-4.80.53.0-4.tar.bz2 38656 SHA256 2e34ae5ff85f06e5127e7beff1e2b8b285851e16c8f27fec32483479c7069071
@@ -1,26 +0,0 @@
# Copyright 2004-2013 Sabayon
# Distributed under the terms of the GNU General Public License v2
BC_REVISION="4"
DESCRIPTION="Firmware for the BCM43xx Broadcom adapters using mac80211 driver"
HOMEPAGE="http://bcm43xx.berlios.de/"
SRC_URI="mirror://sabayon/net-wireless/bcm43xx-firmware/bcm-${PV}-${BC_REVISION}.tar.bz2"
LICENSE="AS-IS"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
pkg_preinst() {
ewarn "This firmware is suitable ONLY for mac80211 Broadcom driver"
ewarn "DO NOT USE THIS IF YOU DON'T KNOW WHAT YOU ARE DOING !!!!!!"
sleep 10
}
src_install() {
cd "${WORKDIR}/bcm-${PV}-${BC_REVISION}"
insinto /lib/firmware
doins *.fw
}