wok view wifi/receipt @ rev 4980

fix: opera URL, RAM size and decrease overall pkg size
author Rohit Joshi <jozee@slitaz.org>
date Wed Feb 24 15:26:00 2010 +0000 (2010-02-24)
parents bc579f419add
children 2a21689b0af7
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/"
11 TAGS="wireless"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 }