summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-07-05 23:15:06 +0000
committerAchim Gottinger <achim@gentoo.org>2001-07-05 23:15:06 +0000
commitd0781503950c1448d03a3216db4eb21f2259a49f (patch)
tree73faf28738c969734b40e7eb6a37327ffcd5e1b1 /net-www/netscape-flash
parentupdated to version 1.4.0.2, releasenotes at http://mail.gnome.org/archives/gn... (diff)
downloadgentoo-2-d0781503950c1448d03a3216db4eb21f2259a49f.tar.gz
gentoo-2-d0781503950c1448d03a3216db4eb21f2259a49f.tar.bz2
gentoo-2-d0781503950c1448d03a3216db4eb21f2259a49f.zip
I need this plugin to listend to the beats on my new website :)
Diffstat (limited to 'net-www/netscape-flash')
-rw-r--r--net-www/netscape-flash/files/digest-netscape-flash-5.0.471
-rw-r--r--net-www/netscape-flash/netscape-flash-5.0.47.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/net-www/netscape-flash/files/digest-netscape-flash-5.0.47 b/net-www/netscape-flash/files/digest-netscape-flash-5.0.47
new file mode 100644
index 000000000000..bd4154c6dc4e
--- /dev/null
+++ b/net-www/netscape-flash/files/digest-netscape-flash-5.0.47
@@ -0,0 +1 @@
+MD5 5e27c9c86790fce3f667819fc1c40c46 netscape-flash-5.0.47.tar.gz
diff --git a/net-www/netscape-flash/netscape-flash-5.0.47.ebuild b/net-www/netscape-flash/netscape-flash-5.0.47.ebuild
new file mode 100644
index 000000000000..0cd2ee23ba45
--- /dev/null
+++ b/net-www/netscape-flash/netscape-flash-5.0.47.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Daniel Robbins <drobbins@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-5.0.47.ebuild,v 1.1 2001/07/05 23:15:06 achim Exp $
+
+A=${P}.tar.gz
+S=${WORKDIR}/flash_linux
+DESCRIPTION="Macromedia Shockwave Flash Player"
+SRC_URI="http://???"${A}
+HOMEPAGE="http://macromedia.com"
+
+src_install() {
+ dodir /opt/netscape/plugins
+ exeinto /opt/netscape/plugins
+ doexe *.class *.so
+ dodoc README.Linux
+}