wok annotate get-wifi-firmware/receipt @ rev 1457
atl2: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 03 16:39:33 2008 +0000 (2008-10-03) |
parents | |
children | 840b64d8f454 |
rev | line source |
---|---|
pascal@1040 | 1 # SliTaz package receipt. |
pascal@1040 | 2 |
pascal@1040 | 3 PACKAGE="get-wifi-firmware" |
pascal@1040 | 4 VERSION="1.0" |
pascal@1040 | 5 CATEGORY="non-free" |
pascal@1040 | 6 SHORT_DESC="Get misc wifi firmwares." |
pascal@1040 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@1040 | 8 WEB_SITE="See /usr/bin/$PACKAGE source" |
pascal@1040 | 9 |
pascal@1040 | 10 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1040 | 11 genpkg_rules() |
pascal@1040 | 12 { |
pascal@1040 | 13 mkdir -p $fs/usr/bin |
pascal@1040 | 14 cp stuff/$PACKAGE $fs/usr/bin |
pascal@1040 | 15 for i in b43 b43legacy ipw2100 ipw2200 ; do |
pascal@1040 | 16 ln -s $PACKAGE $fs/usr/bin/get-$i-firmware |
pascal@1040 | 17 done |
pascal@1040 | 18 } |