wok view wifi/receipt @ rev 1727

Add: gdb, gdb-dev
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Nov 19 23:52:52 2008 +0100 (2008-11-19)
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 }