wok view get-wifi-firmware/receipt @ rev 1906

apache,lighttpd*: update CONFIG_FILES
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 21 11:06:05 2008 +0000 (2008-12-21)
parents b542377f2a39
children 4b3b7a251d81
line source
1 # SliTaz package receipt.
3 PACKAGE="get-wifi-firmware"
4 VERSION="1.0"
5 CATEGORY="non-free"
6 SHORT_DESC="Get misc wifi firmwares."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="See /usr/bin/$PACKAGE source"
10 # Rules to gen a SliTaz package suitable for Tazpkg.
11 genpkg_rules()
12 {
13 mkdir -p $fs/usr/bin
14 cp stuff/$PACKAGE $fs/usr/bin
15 for i in b43 b43legacy ipw2100 ipw2200 rt73 ; do
16 ln -s $PACKAGE $fs/usr/bin/get-$i-firmware
17 done
18 }