6b862eb4dc
Includes security fixes for the following advisories: http://www.opera.com/support/search/view/893/ http://www.opera.com/support/search/view/894/ http://www.opera.com/support/search/view/895/ http://www.opera.com/support/search/view/896/ http://www.opera.com/support/search/view/897/ Generic changelog at: http://www.opera.com/docs/changelogs/linux/952/
23 lines
663 B
Plaintext
23 lines
663 B
Plaintext
# Description: Lightweight web browser with news, e-mail and IRC
|
|
# URL: http://www.opera.com
|
|
# Maintainer: Simone Rota, sip at crux dot nu
|
|
# Packager: Olle Gustafsson, ogg at linux dot se
|
|
# Depends on: qt4
|
|
|
|
name=opera
|
|
version=9.52
|
|
release=1
|
|
source=(http://ftp.ntua.gr/pub/www/Opera/linux/952/final/en/i386/opera-$version-2091.gcc4-qt4.i386.tar.bz2)
|
|
|
|
build() {
|
|
cd $name-$version-*
|
|
|
|
sed -i s:share/man:man: install.sh
|
|
yes n | ./install.sh --prefix=$PKG/usr
|
|
install -D -m 644 etc/opera6rc $PKG/etc/opera6rc
|
|
install -D -m 644 etc/opera6rc.fixed $PKG/etc/opera6rc.fixed
|
|
|
|
sed -i -e "s|$PKG||g" $PKG/usr/bin/opera
|
|
rm -rf $PKG/usr/share/doc
|
|
}
|