opt/opera/Pkgfile

23 lines
706 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
2006-04-13 06:29:47 +02:00
# Maintainer: Jukka Heino, jukka dot heino at gmail dot com
2006-02-23 16:26:10 +01:00
# Packager: Olle Gustafsson, ogg at linux dot se
# Depends on: qt3
name=opera
version=9.0-20060616.6
2006-02-23 16:26:10 +01:00
release=1
source=(http://$name.nsc.no/linux/900/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-344
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
}