network/opera: Updated for version 11.60.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
vvoody 2011-12-08 20:38:10 -02:00 committed by Niels Horn
parent ec4a857a65
commit c4f0dfd76a
2 changed files with 9 additions and 10 deletions

View file

@ -26,8 +26,8 @@
# Now maintained by vvoody <vvoodywang@gmail.com>
PRGNAM=opera
VERSION=11.52
REVNO=1100
VERSION=11.60
REVNO=1185
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -72,13 +72,12 @@ if [ "$LIBDIRSUFFIX" = "64" ]; then
mv $PKG/usr/lib $PKG/usr/lib64
sed -i "s,/lib/,/lib64/," $PKG/usr/bin/opera
fi
mv $PKG/usr/share/man $PKG/usr
mv $PKG/usr/share/man $PKG/usr
mv $PKG/usr/share/doc $PKG/usr
mv $PKG/usr/doc/opera $PKG/usr/doc/opera-$VERSION
( cd $PKG/usr/doc ; ln -s opera-$VERSION opera )
# Add a copy of the build script to the docs
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,10 +1,10 @@
PRGNAM="opera"
VERSION="11.52"
VERSION="11.60"
HOMEPAGE="http://www.opera.com"
DOWNLOAD="ftp://ftp.opera.com/pub/opera/linux/1152/opera-11.52-1100.i386.linux.tar.xz"
MD5SUM="6b7ed059dee9874d2414a04ae86bf8f7"
DOWNLOAD_x86_64="ftp://ftp.opera.com/pub/opera/linux/1152/opera-11.52-1100.x86_64.linux.tar.xz"
MD5SUM_x86_64="c4f6328600b63dd7bb236a6a98809983"
DOWNLOAD="ftp://ftp.opera.com/pub/opera/linux/1160/opera-11.60-1185.i386.linux.tar.xz"
MD5SUM="d9588f16f1749b20ac0e320061e08a89"
DOWNLOAD_x86_64="ftp://ftp.opera.com/pub/opera/linux/1160/opera-11.60-1185.x86_64.linux.tar.xz"
MD5SUM_x86_64="84db7d846be0299839c82ae3081ae00b"
MAINTAINER="vvoody"
EMAIL="vvoodywang@gmail.com"
APPROVED="rworkman,Niels Horn"