# Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Jonas Berlin S=${WORKDIR}/opera-6.0-20011129.2-shared_qt.i386 A=opera-6.0-20011129.2-shared_qt.i386.tar.gz DESCRIPTION="Opera webbrowser, version 6.0 TP 2" SRC_URI="http://ftp.sunet.se/pub/www/clients/Opera/linux/600/tp2/${A}" HOMEPAGE="http://www.opera.com" DEPEND=">=x11-libs/qt-x11-2.3.0" # Changes in -r1: # install into /opt instead of /usr src_unpack() { unpack ${A} cd ${S} try patch -p0 < ${FILESDIR}/opera-6.0_pre2.diff } src_install() { try ./install.sh \ --exec_prefix=${D}/opt/bin \ --wrapperdir=${D}/usr/bin \ --docdir=${D}/usr/share/doc/${P} \ --sharedir=${D}/opt/opera \ --plugindir=${D}/opt/opera/plugins rm /usr/share/doc/${P}/help dosym /usr/share/opera/help /usr/share/doc/${P}/help dosed /usr/bin/opera }