summaryrefslogtreecommitdiffstats
path: root/vde
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2006-01-03 12:21:44 +0000
committer Eric Hameleers <alien@slackware.com>2006-01-03 12:21:44 +0000
commit7237d9f8bf87d60d551b0be4172a66017e3365d1 (patch)
tree9d7a5f202ddfcdb75bb52056fd9b241bf91bb767 /vde
parentecdb160ed8257285ae8b416c29116ec201523e64 (diff)
downloadasb-7237d9f8bf87d60d551b0be4172a66017e3365d1.tar.gz
asb-7237d9f8bf87d60d551b0be4172a66017e3365d1.tar.xz
New release 2.0.1.
Diffstat (limited to 'vde')
-rwxr-xr-xvde/build/vde.SlackBuild14
1 files changed, 10 insertions, 4 deletions
diff --git a/vde/build/vde.SlackBuild b/vde/build/vde.SlackBuild
index 1a98a9e1..e79e8543 100755
--- a/vde/build/vde.SlackBuild
+++ b/vde/build/vde.SlackBuild
@@ -27,6 +27,8 @@
# current CVS version of QEMU which changed the networking
# parameters. VDE now comes with 'vdeoq' and 'vdeq' for the old
# and the new interface respectively.
+# 2.0.1-1: 03/jan/2006 by Eric Hameleers <alien@slackware.com>
+# * New release, adapted to qemu >= 0.8
#
#
# Run 'sh SlackBuild --cleanup' to build a Slackware package.
@@ -43,7 +45,7 @@ if [ "$TMP" = "" ]; then
fi
PRGNAM=vde
-VERSION=2.0
+VERSION=2.0.1
ARCH=${ARCH:-i486}
BUILD=1
CVS=no
@@ -91,14 +93,18 @@ cd $TMP/tmp-$PRGNAM
echo "Extracting the program tarball for $PRGNAM..."
if [ -f $CWD/${PRGNAM}-${VERSION}.tar.gz ]; then
tar -xzvf $CWD/${PRGNAM}-${VERSION}.tar.gz
-else
+elif [ -f $CWD/${PRGNAM}-${VERSION}.tar.gz ]; then
tar -xjvf $CWD/${PRGNAM}-${VERSION}.tar.bz2
+elif [ -f $CWD/${PRGNAM}-${VERSION}.tgz ]; then
+ tar -xzvf $CWD/${PRGNAM}-${VERSION}.tgz
fi
cd ${PRGNAM}-${VERSION}
+# No longer needed with vde-1.5.9:
#patch -p1 < $CWD/vde-DESTDIR.patch
-(cd qemu && patch -p0 < $CWD/vde_vdeq.patch
-)
+# The vde-2.0.1 solved the bug in 2.0.0 which prevented it to work with qemu:
+#(cd qemu && patch -p0 < $CWD/vde_vdeq.patch
+#)
# Get rid of the references to /usr/local in vdetap output, man page
sed -i 's|local/lib|lib|g' vdetaplib/vdetap.c