summaryrefslogtreecommitdiffstats
path: root/madwifi/build/madwifi.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-07-28 13:43:42 +0000
committer Eric Hameleers <alien@slackware.com>2007-07-28 13:43:42 +0000
commitaff7a8fb3e258552704c5f85c84239ae821c5a26 (patch)
treea512b57ac4f88437c71413062730131db240687e /madwifi/build/madwifi.SlackBuild
parent0483d648650dc82adcc12f84f3b031db48a90c49 (diff)
downloadasb-aff7a8fb3e258552704c5f85c84239ae821c5a26.tar.gz
asb-aff7a8fb3e258552704c5f85c84239ae821c5a26.tar.xz
Script updated for 0.9.3.2 release
Diffstat (limited to '')
-rwxr-xr-xmadwifi/build/madwifi.SlackBuild13
1 files changed, 8 insertions, 5 deletions
diff --git a/madwifi/build/madwifi.SlackBuild b/madwifi/build/madwifi.SlackBuild
index 0465e321..07426c1f 100755
--- a/madwifi/build/madwifi.SlackBuild
+++ b/madwifi/build/madwifi.SlackBuild
@@ -58,14 +58,17 @@
# will build correctly for SMP kernels.
# 0.9.3.1-1: 23/may/2007 by Eric Hameleers <alien@slackware.com>
# * This release fixes a few security issues.
+# 0.9.3.2-1: 28/jul/2007 by Eric Hameleers <alien@slackware.com>
+# * This release adds support for the 2.6.22 kernel.
# -----------------------------------------------------------------------------
# Change SNAPSHOT from "" to "yes" below if you're building a snapshot release.
SNAPSHOT=${SNAPSHOT:-""}
PRGNAM=madwifi
-VERSION=${VERSION:-0.9.3.1} # Note: for snapshot builds, this value changes further down
-SRCVER=""
+SRCVER="0.9.3.2"
+VERSION=${VERSION:-0.9.3.2} # Note: for snapshot builds,
+ # the VERSION value changes further down;
BUILD=1
ARCH=${ARCH:-i486}
@@ -84,8 +87,8 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ -z $SNAPSHOT ]; then # build a stable release
- SOURCE="$SRCDIR/${PRGNAM}-${VERSION}.tar.gz"
- SRCURL="http://dl.sourceforge.net/sourceforge/${PRGNAM}/${PRGNAM}-${VERSION}.tar.gz"
+ SOURCE="$SRCDIR/${PRGNAM}-${SRCVER}.tar.gz"
+ SRCURL="http://dl.sourceforge.net/sourceforge/${PRGNAM}/${PRGNAM}-${SRCVER}.tar.gz"
else
SOURCE="$SRCDIR/${PRGNAM}-ng-current.tar.gz"
SRCURL="http://snapshots.madwifi.org/${PRGNAM}-ng-current.tar.gz"
@@ -217,7 +220,7 @@ cd ${KSRC}
cd -
if [ -z $SNAPSHOT ]; then
- cd ${PRGNAM}-${VERSION}
+ cd ${PRGNAM}-${SRCVER}
else
cd ${PRGNAM}-ng-${SRCVER}
fi