opt/opera/Pkgfile

24 lines
761 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Lightweight web browser with news, e-mail and IRC
# URL: http://www.opera.com
# Maintainer: Simone Rota, sip at crux dot nu
2006-02-23 16:26:10 +01:00
# Packager: Olle Gustafsson, ogg at linux dot se
# Depends on: qt3
name=opera
2007-04-12 19:10:00 +02:00
version=9.20-20070409.6
release=2
2007-04-12 19:10:00 +02:00
source=(http://$name.nsc.no/linux/920/final/en/i386/shared/$name-$version-shared-qt.i386-en.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
2007-04-12 19:10:00 +02:00
cd $name-$version-shared-qt.i386-en-638
2006-02-23 16:26:10 +01:00
sed -i s:share/man:man: install.sh
sed -i s:/usr/lib/netscape:/usr/lib/firefox: ini/pluginpath.ini
2006-02-23 16:26:10 +01: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
}