wok view wifi/receipt @ rev 16893

libQtPlugins: replace phonon&sqlite libs: less deps in a lot of apps
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Jul 14 14:37:30 2014 +0300 (2014-07-14)
parents 35ec83c60e58
children
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 LICENSE="BSD"
9 SUGGESTED="b43-fwcutter cabextract unshield"
10 WEB_SITE="http://www.slitaz.org/"
11 TAGS="wireless"
13 DEPENDS="linux-wireless wireless_tools ndiswrapper"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr
19 }