2009-01-12 02:16:41 +11:00
|
|
|
# Description: Lightweight web browser with news, e-mail and IRC.
|
|
|
|
# URL: http://www.opera.com/
|
|
|
|
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
|
|
|
|
# Packager: Olle Gustafsson, ogg at linux dot se
|
|
|
|
# Depends on: qt4
|
|
|
|
|
|
|
|
name=opera
|
2009-05-14 18:53:19 +10:00
|
|
|
version=9.64
|
2009-01-12 02:16:41 +11:00
|
|
|
release=1
|
|
|
|
source=(http://ftp.heanet.ie/pub/opera/linux/${version//./}/final/en/i386/$name-$version.gcc4-qt4.i386.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version-*
|
|
|
|
|
|
|
|
sed -i -e 's|share/man|man|' install.sh
|
|
|
|
yes n | ./install.sh --prefix=$PKG/usr
|
|
|
|
install -m 0644 -D etc/opera6rc $PKG/etc/opera6rc
|
|
|
|
install -m 0644 -D etc/opera6rc.fixed $PKG/etc/opera6rc.fixed
|
|
|
|
|
|
|
|
sed -i -e "s|$PKG||g" $PKG/usr/bin/opera
|
|
|
|
rm -r $PKG/usr/share/doc
|
|
|
|
find "$PKG/usr/share/opera/locale/" -mindepth 1 -maxdepth 1 -type d \
|
|
|
|
-not -name en -exec rm -r {} \;
|
|
|
|
}
|