23 lines
720 B
Plaintext
23 lines
720 B
Plaintext
# Description: Lightweight web browser with news, e-mail and IRC (static qt3)
|
|
# URL: http://www.opera.com/
|
|
# Maintainer: Jukka Heino, jukka at karsikkopuu dot net
|
|
# Packager: Olle Gustafsson, ogg at linux dot se
|
|
# Depends on: x11
|
|
|
|
name=opera-static
|
|
version=8.54-20060330.1
|
|
release=1
|
|
source=(http://opera.nsc.no/linux/854/final/en/i386/static/opera-$version-static-qt.i386-en.tar.bz2)
|
|
|
|
build() {
|
|
cd opera-$version-static-qt.i386-en
|
|
|
|
sed -i s:share/man:man: install.sh
|
|
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
|
|
}
|