opt/opera-static/Pkgfile

23 lines
714 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Lightweight web browser with news, e-mail and IRC (static qt3)
# 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: x11
name=opera-static
2006-08-20 02:22:05 +02:00
version=9.01-20060728.1
2006-02-23 16:26:10 +01:00
release=1
2006-08-20 02:22:05 +02:00
source=(http://opera.nsc.no/linux/901/final/en/i386/static/opera-$version-static-qt.i386-en.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
2006-08-20 02:22:05 +02:00
cd opera-$version-static-qt.i386-en-400
2006-02-23 16:26:10 +01:00
sed -i s:share/man:man: install.sh
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
}