multimedia/google-talkplugin: Updated for version 2.6.1.0.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-03-30 00:01:44 -04:00 committed by dsomero
parent 55a81da185
commit 32a7dfeb43
3 changed files with 15 additions and 11 deletions

View File

@ -2,5 +2,3 @@ Google TalkPlugin
This script will repackage the debian binary. Google doesn't version
their downloads, so the MD5SUM and VERSION numbers might not match.
The 64bit version currently requires a multilib setup.

View File

@ -2,7 +2,7 @@
# Slackware build script for Google Voice (talkplugin)
# Copyright 2010 Erik Hanson, Minneapolis, MN, USA
# Copyright 2010-2012 Erik Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,19 +23,25 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=google-talkplugin
VERSION=1.4.1.0
ARCH=${ARCH:-i386} # i386 or x86_64
VERSION=${VERSION:-2.6.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i386 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
fi
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
# Just in case:
case "$ARCH" in
i?86) DEBARCH="i386" ; ARCH=i386 ;;
i?86) DEBARCH="i386" ;;
x86_64) DEBARCH="amd64" ;;
*) echo "Not supported" ; exit 1 ;;
esac

View File

@ -1,10 +1,10 @@
PRGNAM="google-talkplugin"
VERSION="1.4.1.0"
VERSION="2.6.1.0"
HOMEPAGE="http://www.google.com/chrome/"
DOWNLOAD="http://dl.google.com/linux/direct/google-talkplugin_current_i386.deb"
MD5SUM="876920feee6dfbe393a45efdef05d83c"
MD5SUM="067aabe52054174066ce6e78466b8e53"
DOWNLOAD_x86_64="http://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb"
MD5SUM_x86_64="d2d48903dbc6ea36cc175898e6d5f7db"
MD5SUM_x86_64="4c678beb9b1187078110b240276606e2"
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"
APPROVED="rworkman"
APPROVED="dsomero"