development/vstudio: Updated for version 6.0.13.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Antonio Leal 2015-11-02 00:42:34 +07:00 committed by Willy Sudiarto Raharjo
parent 39c05bec6f
commit 03666ae34d
2 changed files with 12 additions and 14 deletions

View file

@ -23,17 +23,15 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=vstudio
VERSION=${VERSION:-5.8.6}
VERSION=${VERSION:-6.0.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ; BASENAME=${BASENAME:-vstudio_5_lin} ;;
x86_64) ARCH=x86_64 ; BASENAME=${BASENAME:-vstudio_x64_5_lin} ;;
*) echo "Package for $(uname -m) architecture is not available." ; exit 1 ;;
esac
fi
case "$( uname -m )" in
i?86) ARCH=i486 ; BASENAME=${BASENAME:-vstudio_6_lin} ;;
x86_64) ARCH=x86_64 ; BASENAME=${BASENAME:-vstudio_x64_6_lin} ;;
*) echo "Package for $(uname -m) architecture is not available." ; exit 1 ;;
esac
set -e
CWD=$(pwd)
@ -44,7 +42,7 @@ OUTPUT=${OUTPUT:-/tmp}
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $PKG
ar p $CWD/$BASENAME.deb data.tar.bz2 | bunzip2 -d | tar xv
ar p $CWD/$BASENAME.deb data.tar.xz | tar xvJ
chown -R root:root .
find -L . \

View file

@ -1,10 +1,10 @@
PRGNAM="vstudio"
VERSION="5.8.6"
VERSION="6.0.13"
HOMEPAGE="http://www.valentina-db.com/"
DOWNLOAD="http://www.valentina-db.com/download/prev_releases/5.8.6/lin_32/vstudio_5_lin.deb"
MD5SUM="91689f3f50dede842c6d48c57b7f460e"
DOWNLOAD_x86_64="http://www.valentina-db.com/download/prev_releases/5.8.6/lin_64/vstudio_x64_5_lin.deb"
MD5SUM_x86_64="3f2177f8da2a23c115724820420767b8"
DOWNLOAD="http://www.valentina-db.com/download/prev_releases/6.0.13/lin_32/vstudio_6_lin.deb"
MD5SUM="897ff412126acdd0c7edf04e2dbc3ab9"
DOWNLOAD_x86_64="http://www.valentina-db.com/download/prev_releases/6.0.13/lin_64/vstudio_x64_6_lin.deb"
MD5SUM_x86_64="be8ab7809f19dbe241122d298d535d2b"
REQUIRES=""
MAINTAINER="Antonio Leal"
EMAIL="antonioleal@yahoo.com"