mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
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
3 changed files with 10 additions and 10 deletions
|
@ -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 a new issue