From aff7a8fb3e258552704c5f85c84239ae821c5a26 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 28 Jul 2007 13:43:42 +0000 Subject: Script updated for 0.9.3.2 release --- madwifi/build/madwifi.SlackBuild | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'madwifi/build/madwifi.SlackBuild') 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 # * This release fixes a few security issues. +# 0.9.3.2-1: 28/jul/2007 by Eric Hameleers +# * 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 -- cgit v1.2.3-65-gdbad