2006-02-23 15:26:10 +00:00
|
|
|
# Description: Lightweight web browser with news, e-mail and IRC
|
|
|
|
# URL: http://www.opera.com
|
2006-04-13 04:29:47 +00:00
|
|
|
# Maintainer: Jukka Heino, jukka dot heino at gmail dot com
|
2006-02-23 15:26:10 +00:00
|
|
|
# Packager: Olle Gustafsson, ogg at linux dot se
|
|
|
|
# Depends on: qt3
|
|
|
|
|
|
|
|
name=opera
|
2006-06-21 14:16:01 +00:00
|
|
|
version=9.0-20060616.6
|
2006-02-23 15:26:10 +00:00
|
|
|
release=1
|
2006-06-21 14:16:01 +00:00
|
|
|
source=(http://$name.nsc.no/linux/900/final/en/i386/shared/$name-$version-shared-qt.i386-en.tar.bz2)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build() {
|
2006-06-21 14:16:01 +00:00
|
|
|
cd $name-$version-shared-qt.i386-en-344
|
2006-02-23 15:26:10 +00:00
|
|
|
|
2006-04-04 22:05:34 +00:00
|
|
|
sed -i s:share/man:man: install.sh
|
2006-02-23 15:26:10 +00:00
|
|
|
yes n | ./install.sh --prefix=$PKG/usr
|
|
|
|
install -D -m 644 config/opera6rc $PKG/etc/opera6rc
|
|
|
|
install -D -m 644 config/opera6rc.fixed $PKG/etc/opera6rc.fixed
|
|
|
|
|
|
|
|
sed -i -e "s|$PKG||g" $PKG/usr/bin/opera
|
|
|
|
rm -rf $PKG/usr/share/doc
|
|
|
|
}
|