summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author David Miller <dave@frop.net>2012-12-16 17:43:23 -0500
committer dsomero <xgizzmo@slackbuilds.org>2012-12-23 09:16:28 -0500
commit2f262f5d7d3d7849fb2670e39fd2814a38157b78 (patch)
tree7c8c824838c0a80600b1f1a6ef43a227f0b982f5 /network
parent1618a0a41de14cc9b09bf1f16eab5c8a6c27c1a9 (diff)
downloadslackbuilds-2f262f5d7d3d7849fb2670e39fd2814a38157b78.tar.gz
slackbuilds-2f262f5d7d3d7849fb2670e39fd2814a38157b78.tar.xz
network/iodine: Updated for version 0.6.0_rc1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/iodine/iodine.SlackBuild17
-rw-r--r--network/iodine/iodine.info6
2 files changed, 10 insertions, 13 deletions
diff --git a/network/iodine/iodine.SlackBuild b/network/iodine/iodine.SlackBuild
index 3b9646ae22..24ae93e082 100644
--- a/network/iodine/iodine.SlackBuild
+++ b/network/iodine/iodine.SlackBuild
@@ -6,16 +6,16 @@
# This script is released into the public domain
PRGNAM=iodine
-VERSION=${VERSION:-0.5.2}
+VERSION=${VERSION:-0.6.0_rc1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
+SRCVERSION=$(echo $VERSION |tr _ -)
+
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
@@ -37,20 +37,17 @@ elif [ "$ARCH" = "x86_64" ]; then
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
-fi
+fi
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+rm -rf $PRGNAM-$SRCVERSION
+tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.gz
+cd $PRGNAM-$SRCVERSION
-#patch that lets you forward real queries to ip other than localhost
-#http://dev.kryo.se/iodine/attachment/ticket/71/iodine-0.5.2.bind_ip.patch
-#patch -p1 < $CWD/iodine-0.5.2.bind_ip.patch
chown -R root:root .
find . \
diff --git a/network/iodine/iodine.info b/network/iodine/iodine.info
index 79884cab31..1a4fd94c5d 100644
--- a/network/iodine/iodine.info
+++ b/network/iodine/iodine.info
@@ -1,8 +1,8 @@
PRGNAM="iodine"
-VERSION="0.5.2"
+VERSION="0.6.0_rc1"
HOMEPAGE="http://code.kryo.se/iodine/"
-DOWNLOAD="http://code.kryo.se/iodine/iodine-0.5.2.tar.gz"
-MD5SUM="6952343cc4614857f83dbb81247871e7"
+DOWNLOAD="http://code.kryo.se/iodine/iodine-0.6.0-rc1.tar.gz"
+MD5SUM="a15bb4faba020d217016fde6e231074a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""