contrib/opera/Pkgfile
2009-05-14 18:54:57 +10:00

25 lines
782 B
Plaintext

# Description: Lightweight web browser with news, e-mail and IRC.
# URL: http://www.opera.com/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Olle Gustafsson, ogg at linux dot se
# Depends on: qt4
name=opera
version=9.64
release=1
source=(http://ftp.heanet.ie/pub/opera/linux/${version//./}/final/en/i386/$name-$version.gcc4-qt4.i386.tar.bz2)
build() {
cd $name-$version-*
sed -i -e 's|share/man|man|' install.sh
yes n | ./install.sh --prefix=$PKG/usr
install -m 0644 -D etc/opera6rc $PKG/etc/opera6rc
install -m 0644 -D etc/opera6rc.fixed $PKG/etc/opera6rc.fixed
sed -i -e "s|$PKG||g" $PKG/usr/bin/opera
rm -r $PKG/usr/share/doc
find "$PKG/usr/share/opera/locale/" -mindepth 1 -maxdepth 1 -type d \
-not -name en -exec rm -r {} \;
}