network/vde2: Updated for version 2.3.2.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Mikko Värri 2012-05-20 17:08:19 -04:00 committed by Erik Hanson
parent c60351423e
commit 7d52da4a92
3 changed files with 7 additions and 9 deletions

View file

@ -7,13 +7,13 @@
|-----handy-ruler------------------------------------------------------|
vde2: VDE (Virtual Distributed Ethernet)
vde2:
vde2:
vde2: VDE is an ethernet compliant virtual network which includes tools such
vde2: as 'vde_switch' and 'vdeqemu'. VDE switch has several virtual ports
vde2: where virtual machines, applications, virtual interfaces and
vde2: connectivity tools can be virtually plugged in. VDE qemu works as a
vde2: wrapper for running qemu/kvm virtual machines that connects
vde2: transparently to a specified vde_switch
vde2:
vde2:
vde2: Homepage: http://vde.sourceforge.net
vde2:
vde2:

View file

@ -25,16 +25,14 @@
# Modified by Antonio Hernández Blas <hba.nihilismus@gmail.com>
PRGNAM=vde2
VERSION=2.3.1
VERSION=2.3.2
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

View file

@ -1,8 +1,8 @@
PRGNAM="vde2"
VERSION="2.3.1"
VERSION="2.3.2"
HOMEPAGE="http://vde.sourceforge.net"
DOWNLOAD="http://downloads.sourceforge.net/project/vde/vde2/2.3.1/vde2-2.3.1.tar.bz2"
MD5SUM="22a7913beb50d6706155fc502ff3cbbe"
DOWNLOAD="http://downloads.sourceforge.net/project/vde/vde2/2.3.2/vde2-2.3.2.tar.bz2"
MD5SUM="46fbc5f97f03dc517aa3b2c9d9ea6628"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"