network/iodine: Updated for version 0.6.0_rc1.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
David Miller 2012-12-16 17:43:23 -05:00 committed by dsomero
parent 1618a0a41d
commit 2f262f5d7d
2 changed files with 10 additions and 13 deletions

View File

@ -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 . \

View File

@ -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=""