2006-02-23 15:26:10 +00:00
|
|
|
# Description: Lightweight web browser with news, e-mail and IRC
|
|
|
|
# URL: http://www.opera.com
|
2006-08-20 11:20:31 +00:00
|
|
|
# Maintainer: Simone Rota, sip at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
# Packager: Olle Gustafsson, ogg at linux dot se
|
2008-06-13 11:23:40 +02:00
|
|
|
# Depends on: qt4
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
name=opera
|
2008-11-01 21:59:11 +01:00
|
|
|
version=9.62
|
2007-05-26 00:51:10 +02:00
|
|
|
release=1
|
2008-11-01 21:59:11 +01:00
|
|
|
source=(http://ftp.heanet.ie/pub/opera/linux/962/final/en/i386/opera-$version.gcc4-qt4.i386.tar.bz2)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build() {
|
2008-06-13 11:23:40 +02:00
|
|
|
cd $name-$version-*
|
2006-02-23 15:26:10 +00:00
|
|
|
|
2006-04-04 22:05:34 +00:00
|
|
|
sed -i s:share/man:man: install.sh
|
2006-02-23 15:26:10 +00:00
|
|
|
yes n | ./install.sh --prefix=$PKG/usr
|
2008-06-13 11:23:40 +02:00
|
|
|
install -D -m 644 etc/opera6rc $PKG/etc/opera6rc
|
|
|
|
install -D -m 644 etc/opera6rc.fixed $PKG/etc/opera6rc.fixed
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
sed -i -e "s|$PKG||g" $PKG/usr/bin/opera
|
|
|
|
rm -rf $PKG/usr/share/doc
|
2008-11-01 21:59:11 +01:00
|
|
|
find "$PKG/usr/share/opera/locale/" -mindepth 1 -maxdepth 1 -type d -not -name en -exec rm -r {} \;
|
2008-10-22 18:36:20 +00:00
|
|
|
|
2006-02-23 15:26:10 +00:00
|
|
|
}
|