ipw2200-fw: New port.

This commit is contained in:
Jose V Beneyto 2007-12-11 02:31:58 +01:00
parent 4c164eacc9
commit b375275e20
3 changed files with 21 additions and 0 deletions

5
ipw2200-fw/.footprint Normal file
View File

@ -0,0 +1,5 @@
drwxr-xr-x root/root lib/
drwxr-xr-x root/root lib/firmware/
-rw-r--r-- root/root lib/firmware/ipw2200-bss.fw
-rw-r--r-- root/root lib/firmware/ipw2200-ibss.fw
-rw-r--r-- root/root lib/firmware/ipw2200-sniffer.fw

1
ipw2200-fw/.md5sum Normal file
View File

@ -0,0 +1 @@
34a5ed3702006f5470ebfd513e04d9eb ipw2200-fw-3.0.tgz

15
ipw2200-fw/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# Description: Firmware for the Intel PRO/Wireless 2200BG
# URL: http://ipw2200.sourceforge.net/firmware.php
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Depends:
name=ipw2200-fw
version=3.0
release=1
source=(http://bughost.org/firmware/${name}-${version}.tgz)
build() {
install -d ${PKG}/lib/firmware
find ${name}-${version} -name "LICENSE.ipw2200-fw" -delete
cp ${name}-${version}/* ${PKG}/lib/firmware
}