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

Add: beecrypt and beecrypt-dev
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Oct 01 00:01:24 2008 +0200 (2008-10-01)
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 }