summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2000-09-15 16:18:48 +0000
committerDaniel Robbins <drobbins@gentoo.org>2000-09-15 16:18:48 +0000
commite497e67d2e171eee48f50a53e78233ddc317eaa5 (patch)
tree6c06a2fc14d3d252146fafa36e3d0648576a4e2b /net-www/netscape-flash
parenttry error protection :) (diff)
downloadgentoo-2-e497e67d2e171eee48f50a53e78233ddc317eaa5.tar.gz
gentoo-2-e497e67d2e171eee48f50a53e78233ddc317eaa5.tar.bz2
gentoo-2-e497e67d2e171eee48f50a53e78233ddc317eaa5.zip
netscape upgrades
Diffstat (limited to 'net-www/netscape-flash')
-rw-r--r--net-www/netscape-flash/files/digest-netscape-flash-4.0.121
-rw-r--r--net-www/netscape-flash/netscape-flash-4.0.12.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/net-www/netscape-flash/files/digest-netscape-flash-4.0.12 b/net-www/netscape-flash/files/digest-netscape-flash-4.0.12
new file mode 100644
index 000000000000..e4cea3efcb0c
--- /dev/null
+++ b/net-www/netscape-flash/files/digest-netscape-flash-4.0.12
@@ -0,0 +1 @@
+MD5 2962638158fb1f83fec4aa617405dd6a flash_linux.tar.gz
diff --git a/net-www/netscape-flash/netscape-flash-4.0.12.ebuild b/net-www/netscape-flash/netscape-flash-4.0.12.ebuild
new file mode 100644
index 000000000000..8ca1cee643ce
--- /dev/null
+++ b/net-www/netscape-flash/netscape-flash-4.0.12.ebuild
@@ -0,0 +1,18 @@
+# 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-4.0.12.ebuild,v 1.1 2000/09/15 16:18:48 drobbins Exp $
+
+A=flash_linux.tar.gz
+S=${WORKDIR}/Linux
+DESCRIPTION="Macromedia Shockwave Flash Player"
+SRC_URI="http://???"${A}
+HOMEPAGE="http://macromedia.com"
+
+src_install() {
+ cd ${S}
+ dodir /opt/netscape/plugins
+ insinto /opt/netscape/plugins
+ doins *.class *.so
+ dodoc README.Linux
+}