summaryrefslogtreecommitdiffstats
path: root/madwifi
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2006-05-19 22:24:03 +0000
committer Eric Hameleers <alien@slackware.com>2006-05-19 22:24:03 +0000
commit1500d6e47ef889307e85f820954dcda3aabd1749 (patch)
treef7526c218a2fc4d41e3b1d981788a49c58967d43 /madwifi
parent89a95115a9898a1e6e96f7c23f252476d23960bf (diff)
downloadasb-1500d6e47ef889307e85f820954dcda3aabd1749.tar.gz
asb-1500d6e47ef889307e85f820954dcda3aabd1749.tar.xz
A round of updates, and I forgot to check the SlackBuild in...
Diffstat (limited to 'madwifi')
-rwxr-xr-xmadwifi/build/madwifi.SlackBuild15
1 files changed, 13 insertions, 2 deletions
diff --git a/madwifi/build/madwifi.SlackBuild b/madwifi/build/madwifi.SlackBuild
index cf990447..f825a0bd 100755
--- a/madwifi/build/madwifi.SlackBuild
+++ b/madwifi/build/madwifi.SlackBuild
@@ -17,6 +17,14 @@
# * First build of the madwifi-ng code.
# 20060131-1: 31/jan/2006 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 20060212-1: 14/feb/2006 by Eric Hameleers <alien@slackware.com>
+# * Update.
+# 20060217-1: 17/feb/2006 by Eric Hameleers <alien@slackware.com>
+# * Update.
+# 20060222-1: 22/feb/2006 by Eric Hameleers <alien@slackware.com>
+# * Update.
+# 20060222-2: 22/feb/2006 by Eric Hameleers <alien@slackware.com>
+# * The man pages were not getting zipped.
# ----------------------------------------------------------------------------
CWD=`pwd`
@@ -27,8 +35,8 @@ fi
PRGNAM=madwifi
PKG=$TMP/package-$PRGNAM
-VERSION=20060131
-BUILD=1
+VERSION=20060222
+BUILD=2
ARCH=${ARCH:-i486}
KVER=${KVER:-`uname -r`}
KSRC=${KSRC:-/lib/modules/${KVER}/build}
@@ -152,6 +160,9 @@ cp -a docs/WEP-HOWTO.txt docs/users-guide.pdf $PKG/usr/doc/$PRGNAM-$VERSION/
cp -a scripts $PKG/usr/doc/$PRGNAM-$VERSION/
chmod -R g-w,o-w $PKG/usr/doc/$PRGNAM-$VERSION
+# Compress the man pages
+find $PKG/usr/man -type f -exec gzip -9f {} \;
+
# Compress the kernel modules
[ $PATCHLEVEL -eq 4 ] && find $PKG/lib/modules -type f -exec gzip -9 {} \;