wok-stable view get-wifi-firmware/receipt @ rev 1561

get-texlive: inform user that it will install 31Mo
author Pierre-Jean Fichet <sygne@ombres.eu>
date Mon Oct 13 14:50:22 2008 +0200 (2008-10-13)
parents
children 840b64d8f454
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 ; do
16 ln -s $PACKAGE $fs/usr/bin/get-$i-firmware
17 done
18 }