wok-6.x view wifi/receipt @ rev 2787

Up: slitaz-boot-script (3.0) - Improved, faster, cleaner and fast boot X
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 27 23:52:50 2009 +0200 (2009-04-27)
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 }