summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-10-21 13:05:19 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-10-21 13:05:19 +0000
commit4b354c88b68e64ccb24858bb5069107e47cf8052 (patch)
treeb311872b3179c5a5994101e7ef53d3c726161447 /net-www/netscape-flash
parentInitial import of mod_python. (diff)
downloadgentoo-2-4b354c88b68e64ccb24858bb5069107e47cf8052.tar.gz
gentoo-2-4b354c88b68e64ccb24858bb5069107e47cf8052.tar.bz2
gentoo-2-4b354c88b68e64ccb24858bb5069107e47cf8052.zip
cleaned up this thing
Diffstat (limited to 'net-www/netscape-flash')
-rw-r--r--net-www/netscape-flash/netscape-flash-5.0.50.ebuild28
1 files changed, 14 insertions, 14 deletions
diff --git a/net-www/netscape-flash/netscape-flash-5.0.50.ebuild b/net-www/netscape-flash/netscape-flash-5.0.50.ebuild
index 1d663f832074..9ef9c671e500 100644
--- a/net-www/netscape-flash/netscape-flash-5.0.50.ebuild
+++ b/net-www/netscape-flash/netscape-flash-5.0.50.ebuild
@@ -1,28 +1,28 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-5.0.50.ebuild,v 1.4 2002/10/04 06:20:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-5.0.50.ebuild,v 1.5 2002/10/21 13:05:19 seemant Exp $
S=${WORKDIR}/flash_linux
DESCRIPTION="Macromedia Shockwave Flash Player"
SRC_URI="mirror://gentoo/${P}.tar.gz"
HOMEPAGE="http://www.macromedia.com"
+
SLOT="0"
KEYWORDS="x86 -ppc sparc sparc64"
LICENSE="Macromedia"
src_install() {
- cd ${S}
- exeinto /opt/netscape/plugins
- insinto /opt/netscape/plugins
- doexe libflashplayer.so
- doins ShockwaveFlash.class
- dodoc README ReadMe.htm
+ exeinto /opt/netscape/plugins
+ insinto /opt/netscape/plugins
+ doexe libflashplayer.so
+ doins ShockwaveFlash.class
+ dodoc README ReadMe.htm
- if [ "`use mozilla`" ] ; then
- dodir /usr/lib/mozilla/plugins
- dosym /opt/netscape/plugins/libflashplayer.so \
- /usr/lib/mozilla/plugins/libflashplayer.so
- dosym /opt/netscape/plugins/ShockwaveFlash.class \
- /usr/lib/mozilla/plugins/ShockwaveFlash.class
- fi
+ if [ "`use mozilla`" ] ; then
+ dodir /usr/lib/mozilla/plugins
+ dosym /opt/netscape/plugins/libflashplayer.so \
+ /usr/lib/mozilla/plugins/libflashplayer.so
+ dosym /opt/netscape/plugins/ShockwaveFlash.class \
+ /usr/lib/mozilla/plugins/ShockwaveFlash.class
+ fi
}