wok view wifi/receipt @ rev 3133

Remove bin86. Already exist in dev86
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed May 20 16:13:00 2009 +0200 (2009-05-20)
parents 8655ea94e404
children 35ec83c60e58
line source
1 # SliTaz package receipt.
3 PACKAGE="wifi"
4 VERSION="1.0"
5 CATEGORY="meta"
6 SHORT_DESC="Meta package to install all wifi related packages."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="linux-wireless wireless_tools ndiswrapper"
9 SUGGESTED="b43-fwcutter cabextract unshield"
10 WEB_SITE="http://www.slitaz.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 }