opt/opera/Pkgfile

24 lines
759 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
version=9.23-20070809.6
2007-05-26 00:51:10 +02:00
release=1
source=(http://$name.nsc.no/linux/923/final/en/i386/shared/$name-$version-shared-qt.i386-en.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version-shared-qt.i386-en-*
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
}