# b43-firmware - Firmware for Broadcom b43 cards
# Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file,
# unless the package needs something the template cannot express - in which case
# drop a `recipe.local` beside it and it will be preserved.
name=b43-firmware
version=6.30.163.46
release=1
desc="Firmware for Broadcom b43 cards"
url="https://wireless.wiki.kernel.org/en/users/drivers/b43"
license="Broadcom-proprietary"
depend=""
makedepend=""
source="https://www.lwfinger.com/b43-firmware/broadcom-wl-6.30.163.46.tar.bz2"
sha256="SKIP"

options="!strip"

package() {
	cd "broadcom-wl-6.30.163.46"
	install -d "$pkgdir/usr/lib/firmware"
	cp -a . "$pkgdir/usr/lib/firmware/"
	find "$pkgdir/usr/lib/firmware" -name 'Makefile' -delete
	true
}
