network/ndiswrapper-kernel: Updated for version 1.58.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Robby Workman 2013-02-22 04:29:11 -05:00
parent b9cec1cffb
commit 04e3b6eddf
4 changed files with 10 additions and 10 deletions

View file

@ -8,4 +8,4 @@ project provides a linux kernel module that loads and runs NDIS
If you'd like to build the module for a kernel that isn't currently
running on the system, you should be able to pass that kernel's
"uname -r" output on the command line as the value of KERNEL, as in:
KERNEL=2.6.37.6 ./ndiswrapper.SlackBuild
KERNEL=3.8.0 ./ndiswrapper.SlackBuild

View file

@ -26,7 +26,7 @@
PRGNAM=ndiswrapper-kernel
BUILD=${BUILD:-1}
VERSION=${VERSION:-1.58rc1}
VERSION=${VERSION:-1.58}
TAG=${TAG:-_SBo}
KERNEL=${KERNEL:-$(uname -r)}

View file

@ -1,8 +1,8 @@
PRGNAM="ndiswrapper-kernel"
VERSION="1.58rc1"
VERSION="1.58"
HOMEPAGE="http://sourceforge.net/projects/ndiswrapper/"
DOWNLOAD="http://downloads.sourceforge.net/ndiswrapper/ndiswrapper-1.58rc1.tar.gz"
MD5SUM="d856310c386d481bb7aec8a37161d356"
DOWNLOAD="http://downloads.sourceforge.net/ndiswrapper/ndiswrapper-1.58.tar.gz"
MD5SUM="ba6f57e5eb2f9e94cb07c7f151b2afcd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
ndiswrapper-kernel: ndiswrapper-kernel (kernel module for NDIS drivers)