wok annotate wifi/receipt @ rev 21040

updated iat (0.1.3 -> 0.1.7)
author Hans-G?nter Theisgen
date Tue Mar 12 12:37:22 2019 +0100 (2019-03-12)
parents 35ec83c60e58
children
rev   line source
pankso@739 1 # SliTaz package receipt.
pankso@739 2
pankso@739 3 PACKAGE="wifi"
pankso@739 4 VERSION="1.0"
pankso@739 5 CATEGORY="meta"
pankso@739 6 SHORT_DESC="Meta package to install all wifi related packages."
pankso@739 7 MAINTAINER="pankso@slitaz.org"
pascal@15363 8 LICENSE="BSD"
erjo@758 9 SUGGESTED="b43-fwcutter cabextract unshield"
pankso@739 10 WEB_SITE="http://www.slitaz.org/"
jozee@4976 11 TAGS="wireless"
pankso@739 12
pascal@15363 13 DEPENDS="linux-wireless wireless_tools ndiswrapper"
pascal@15363 14
pankso@739 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@739 16 genpkg_rules()
pankso@739 17 {
pankso@739 18 mkdir -p $fs/usr
pankso@739 19 }