# Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Pieter Van den Abeele # gplflash-0.4.10.ebuild,v 1.1 2002/04/28 07:47:07 pvdabeel Exp S=${WORKDIR}/flash-0.4.10 DESCRIPTION="GPL Shockwave Flash Player/Plugin" SRC_URI="http://www.swift-tools.com/Flash/flash-0.4.10.tgz" HOMEPAGE="http://www.swift-tools.com/Flash" DEPEND="media-libs/libflash" src_unpack() { cd ${WORKDIR} unpack flash-0.4.10.tgz patch -p0 < ${FILESDIR}/${P}-gentoo.diff || die } src_compile() { cd ${S} emake } src_install() { cd ${S}/Plugin insinto /opt/netscape/plugins doins npflash.so cd ${S} dodoc README ReadMe.htm if [ "`use mozilla`" ] ; then dodir /usr/lib/mozilla/plugins dosym /opt/netscape/plugins/npflash.so \ /usr/lib/mozilla/plugins/npflash.so fi }