wok view wifi/receipt @ rev 2653

acpid: up to 1.0.8
author Dominique Corbex <domcox@users.sourceforge.net>
date Sat Apr 18 16:57:45 2009 +0200 (2009-04-18)
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 }