# Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Karl Trygve Kalleberg # /space/gentoo/cvsroot/gentoo-x86/net-www/opera/opera-6.0_pre3-r1.ebuild,v 1.1 2002/02/03 21:00:18 danarmak Exp NV=6.0-20020218.2-shared-qt.i386 S=${WORKDIR}/opera-${NV} DESCRIPTION="Opera webbrowser, version 6.0 beta" SRC_URI="ftp://ftp.opera.com/pub/opera/linux/600/beta1/opera-${NV}.tar.gz" HOMEPAGE="http://www.opera.com" DEPEND="=x11-libs/qt-2*" src_install() { mv install.sh install.sh_orig sed -e "s:/usr/share/pixmaps:${D}/usr/share/pixmaps:g" \ -e "s:/usr/share/applnk:${D}/usr/share/applnk:g" \ -e "s:/usr/share/icons:${D}/usr/share/icons:g" \ -e "s:/etc/X11/wmconfig:${D}/etc/X11/wmconfig:g" \ -e "s:/usr/share/gnome:${D}/usr/share/gnome:g" \ install.sh_orig > install.sh chmod 755 install.sh ./install.sh \ --exec_prefix=${D}/usr/bin \ --wrapperdir=${D}/usr/share/opera/bin \ --docdir=${D}/usr/share/doc/${P} \ --sharedir=${D}/usr/share/opera \ --plugindir=${D}/usr/share/opera/plugins || die rm ${D}/usr/share/doc/${P}/help dosym /usr/share/opera/help /usr/share/doc/${P}/help dosed /usr/bin/opera }