1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: ndiswrapper
Section: misc
Priority: optional
Maintainer: Andres Salomon <dilinger@debian.org>
Uploaders: Kel Modderman <kelmo@kanotixguide.org>
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 5.0.37), cdbs, bzip2
Package: ndiswrapper-common
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Replaces: ndiswrapper-utils
Suggests: ndiswrapper-source
Description: Common scripts required to use the utilities for ndiswrapper
Some vendors do not release specifications of the hardware or provide a
Linux driver for their wireless network cards. This project implements
Windows kernel API and NDIS (Network Driver Interface Specification) API
within Linux kernel. A Windows driver for wireless network card is then
linked to this implementation so that the driver runs natively, as though
it is in Windows, without binary emulation.
.
This package contains wrapper scripts to call out to the proper
versions of whatever -utils-X.X package is installed.
.
http://ndiswrapper.sourceforge.net/
Package: ndiswrapper-utils-NDIS_UTILS_VERS
Architecture: i386 amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, ndiswrapper-common
Suggests: ndiswrapper-source
Description: Userspace utilities for the ndiswrapper linux kernel module
Some vendors do not release specifications of the hardware or provide a
Linux driver for their wireless network cards. This project implements
Windows kernel API and NDIS (Network Driver Interface Specification) API
within Linux kernel. A Windows driver for wireless network card is then
linked to this implementation so that the driver runs natively, as though
it is in Windows, without binary emulation.
.
This package contains the userspace tools. You will also need the kernel
module package.
.
http://ndiswrapper.sourceforge.net/
Package: ndiswrapper-source
Architecture: all
Depends: module-assistant, debhelper (>= 5.0.37), bzip2, gcc
Suggests: kernel-package
Description: Source for the ndiswrapper linux kernel module
Some vendors do not release specifications of the hardware or provide a
Linux driver for their wireless network cards. This project implements
Windows kernel API and NDIS (Network Driver Interface Specification) API
within Linux kernel. A Windows driver for wireless network card is then
linked to this implementation so that the driver runs natively, as though
it is in Windows, without binary emulation.
.
This package provides the source code for the NdisWrapper kernel module.
Kernel source is required to compile this module.
.
http://ndiswrapper.sourceforge.net/
|