network/opera-legacy: Updated for version 12.16.1860.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
66fbefcc23
commit
53a9ffab31
|
@ -1,6 +1,6 @@
|
|||
opera-legacy (Fast and secure web browser and Internet suite)
|
||||
|
||||
opera-legacy is a small, fast, customizable, powerful, and
|
||||
opera-legacy is a small, fast, customizable, powerful, and
|
||||
user-friendly web browser, as well as an Internet suite, including an
|
||||
email client, IRC client, BiTorrent client and web developer tools
|
||||
(Opera Dragonfly).
|
||||
|
@ -8,7 +8,7 @@ email client, IRC client, BiTorrent client and web developer tools
|
|||
This browser uses a old engine "Presto", for new engine "Blink please
|
||||
see "opera" or "opera-developer" SlackBuilds.
|
||||
|
||||
This is a old (and unmaintained) version of Opera browser,
|
||||
This is a old (and unmaintained) version of Opera browser,
|
||||
USE AT YOUR OWN RISK!
|
||||
|
||||
Optional dependencies: flashplayer-plugin, jdk or openjdk.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for opera-legacy.
|
||||
#
|
||||
# Copyright 2016 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=opera-legacy
|
||||
VERSION=${VERSION:-12.16}
|
||||
REVNO=${REVNO:-1860}
|
||||
VERSION=${VERSION:-12.16.1860}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -41,7 +40,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
SRCNAM="opera"
|
||||
SRCNAM=${SRCNAM:-opera}
|
||||
SRCVER=${SRCVER:-12.16-1860}
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -59,9 +59,9 @@ fi
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-${VERSION}-${REVNO}.${OARCH}.linux
|
||||
tar xf $CWD/$SRCNAM-${VERSION}-${REVNO}.${OARCH}.linux.tar.xz
|
||||
mv $SRCNAM-${VERSION}-${REVNO}.${OARCH}.linux $PRGNAM-${VERSION}
|
||||
rm -rf $PRGNAM-${VERSION}
|
||||
tar xf $CWD/$SRCNAM-${SRCVER}.${OARCH}.linux.tar.xz
|
||||
mv $SRCNAM-${SRCVER}.${OARCH}.linux $PRGNAM-${VERSION}
|
||||
cd $PRGNAM-${VERSION}
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PRGNAM="opera-legacy"
|
||||
VERSION="12.16"
|
||||
VERSION="12.16.1860"
|
||||
HOMEPAGE="http://www.opera.com"
|
||||
DOWNLOAD="http://ftp.opera.com/pub/opera/linux/1216/opera-12.16-1860.i386.linux.tar.xz"
|
||||
MD5SUM="08545c66ba00a568324b1a393c8782f7"
|
||||
|
|
Loading…
Reference in New Issue