wok view ndiswrapper/receipt @ rev 23987
syslinux: fix iso2exe/init (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 02 13:39:32 2020 +0000 (2020-12-02) |
parents | 20661c276bcf |
children | 25d5b5a73d2e |
line source
1 # SliTaz package receipt.
3 PACKAGE="ndiswrapper"
4 VERSION="1.62"
5 CATEGORY="meta"
6 TAGS="windows wireless network"
7 SHORT_DESC="Add Windows network drivers support to Linux kernel."
8 MAINTAINER="erjo@slitaz.org"
9 LICENSE="GPL"
10 WEB_SITE="https://sourceforge.net/projects/ndiswrapper"
12 DEPENDS="ndiswrapper-driver ndiswrapper-utils wireless_tools"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/sbin $fs/sbin
18 }