wok annotate get-wifi-firmware/receipt @ rev 2086

fix WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 19:54:40 2009 +0100 (2009-01-27)
parents 8da74c3a8369
children dcd78f3d0238
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@2086 8 WEB_SITE="http://hg.slitaz.org/wok/file/tip/$PACKAGE/stuff/$PACKAGE"
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@1974 15 for i in b43 b43legacy ipw2100 ipw2200 rt61 rt73 \
pascal@1974 16 iwlwifi-3945 iwlwifi-4965 iwlwifi-5000; do
pascal@1040 17 ln -s $PACKAGE $fs/usr/bin/get-$i-firmware
pascal@1040 18 done
pascal@1040 19 }