wok annotate ndiswrapper/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
parents 20661c276bcf
children 25d5b5a73d2e
rev   line source
erjo@582 1 # SliTaz package receipt.
erjo@582 2
erjo@582 3 PACKAGE="ndiswrapper"
Hans-G?nter@21530 4 VERSION="1.62"
erjo@1943 5 CATEGORY="meta"
Hans-G?nter@21530 6 TAGS="windows wireless network"
erjo@582 7 SHORT_DESC="Add Windows network drivers support to Linux kernel."
erjo@784 8 MAINTAINER="erjo@slitaz.org"
pascal@15584 9 LICENSE="GPL"
Hans-G?nter@21530 10 WEB_SITE="https://sourceforge.net/projects/ndiswrapper"
erjo@582 11
pascal@15584 12 DEPENDS="ndiswrapper-driver ndiswrapper-utils wireless_tools"
pascal@15584 13
erjo@582 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@582 15 genpkg_rules()
erjo@582 16 {
erjo@1851 17 mkdir -p $fs/usr/sbin $fs/sbin
erjo@582 18 }