# ipw2200-firmware - Firmware for Intel PRO/Wireless 2200BG
# 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=ipw2200-firmware
version=3.1
release=1
desc="Firmware for Intel PRO/Wireless 2200BG"
url="https://ipw2200.sourceforge.net/"
license="Intel-proprietary-redistributable"
depend=""
makedepend=""
source="https://ipw2200.sourceforge.net/firmware.php?fid=8"
sha256="SKIP"

options="!strip"

package() {
	cd "firmware.php?fid=8"
	install -d "$pkgdir/usr/lib/firmware"
	cp -a . "$pkgdir/usr/lib/firmware/"
	find "$pkgdir/usr/lib/firmware" -name 'Makefile' -delete
	true
}
