summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Menno Duursma <druiloor@zonnet.nl>2010-07-22 15:58:51 -0500
committer Erik Hanson <erik@slackbuilds.org>2010-07-25 21:52:39 -0500
commitb9ad8552964d424e3eda681b34caf559292fe9e5 (patch)
treec5ef7a6f9b52602a343a3e559591390db5325522 /network
parent11934d140cd9c395d494f985bafb99e6a4814f27 (diff)
downloadslackbuilds-b9ad8552964d424e3eda681b34caf559292fe9e5.tar.gz
slackbuilds-b9ad8552964d424e3eda681b34caf559292fe9e5.tar.xz
network/arptables: Updated for version 0.0.3-4.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/arptables/arptables.SlackBuild10
-rw-r--r--network/arptables/arptables.info8
2 files changed, 8 insertions, 10 deletions
diff --git a/network/arptables/arptables.SlackBuild b/network/arptables/arptables.SlackBuild
index 1e22d3c7f4..b2bd78c23c 100644
--- a/network/arptables/arptables.SlackBuild
+++ b/network/arptables/arptables.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for arptables
-# Written by Menno E. Duursma
+# Written by Menno Duursma
# Modified by the SlackBuilds.org project
# This program is free software. It comes without any warranty.
@@ -13,12 +13,10 @@ VERSION=0.0.3
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -47,9 +45,9 @@ set -e # exit on most errors
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-v$VERSION-3
-tar xvf $CWD/$PRGNAM-v$VERSION-3.tar.gz
-cd $PRGNAM-v$VERSION-3
+rm -rf $PRGNAM-v$VERSION-4
+tar xvf $CWD/$PRGNAM-v$VERSION-4.tar.gz
+cd $PRGNAM-v$VERSION-4
chown -R root:root .
find . \
diff --git a/network/arptables/arptables.info b/network/arptables/arptables.info
index 29219239d8..608492a1e3 100644
--- a/network/arptables/arptables.info
+++ b/network/arptables/arptables.info
@@ -1,10 +1,10 @@
PRGNAM="arptables"
VERSION="0.0.3"
HOMEPAGE="http://ebtables.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/ebtables/arptables-v0.0.3-3.tar.gz"
-MD5SUM="3f4a8b62920a46d746ab892be7de088f"
+DOWNLOAD="http://downloads.sourceforge.net/ebtables/arptables-v0.0.3-4.tar.gz"
+MD5SUM="1d4ab05761f063b0751645d8f2b8f8e5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-MAINTAINER="Menno E. Duursma"
+MAINTAINER="Menno Duursma"
EMAIL="druiloor@zonnet.nl"
-APPROVED="dsomero,rworkman"
+APPROVED="Erik Hanson"