system/vhba-module: Updated for version 20110915.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Niels Horn 2011-10-04 08:10:36 -05:00 committed by Robby Workman
parent e7d3127544
commit c7b6e320db
2 changed files with 8 additions and 9 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for vhba-module # Slackware build script for vhba-module
# Copyright 2008-2009 Heinz Wiesinger, Amsterdam, The Netherlands # Copyright 2008-2009 Heinz Wiesinger, Amsterdam, The Netherlands
# Copyright 2010-2011 Niels Horn, Rio de Janeiro, Brazil # Copyright 2010-2011 Niels Horn, Rio de Janeiro, RJ, Brazil
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,11 +23,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Maintained as of version 20100822 by Niels Horn <niels.horn@gmail.com> # Revision date: 2011/09/24
# Revision date: 2011/06/08
PRGNAM=vhba-module PRGNAM=vhba-module
VERSION=${VERSION:-20110416} VERSION=${VERSION:-20110915}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -40,7 +39,7 @@ if [ -z "$ARCH" ]; then
fi fi
KERNEL=${KERNEL:-$(uname -r)} KERNEL=${KERNEL:-$(uname -r)}
PKGKERNEL=${KERNEL//-/_} PKGKERNEL=$(echo $KERNEL | tr - _)
CWD=$(pwd) CWD=$(pwd)
TMP=${TMP:-/tmp/SBo} TMP=${TMP:-/tmp/SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="vhba-module" PRGNAM="vhba-module"
VERSION="20110416" VERSION="20110915"
HOMEPAGE="http://cdemu.sourceforge.net/pkg_vhba.php" HOMEPAGE="http://cdemu.sourceforge.net/pkg_vhba.php"
DOWNLOAD="http://downloads.sourceforge.net/cdemu/vhba-module-20110416.tar.gz" DOWNLOAD="http://downloads.sourceforge.net/cdemu/vhba-module-20110915.tar.gz"
MD5SUM="2f91dd4ee8648da92d625221d4275b60" MD5SUM="fb90cd8fc4cd74d08c92e8235f99f1f4"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Niels Horn" MAINTAINER="Niels Horn"
EMAIL="niels.horn@gmail.com" EMAIL="niels.horn@gmail.com"
APPROVED="pprkut" APPROVED="Erik Hanson"