wok annotate wifi/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
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 }