diff options
author | grant <grant@pkgsrc.org> | 2003-04-14 18:23:02 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-04-14 18:23:02 +0000 |
commit | eda09de1560652b63e487a47db803b8a654dbfc8 (patch) | |
tree | d5f9d0fca47db91c73cffc6636f4304abd0f9f60 | |
parent | 8bfaf6a2a833ed17ea05a0c66090343b566599de (diff) | |
download | pkgsrc-eda09de1560652b63e487a47db803b8a654dbfc8.tar.gz |
Initial import of mozilla-flash-6.0.69 into the NetBSD packages collection.
This is the official Flash Player 6 from Macromedia. This plugin
enables you to see .swf and .spl files on the 'net using the
mozilla-linux package.
provided by zuntum@ with some cleanup by me.
-rw-r--r-- | www/mozilla-flash-bin/DESCR | 3 | ||||
-rw-r--r-- | www/mozilla-flash-bin/Makefile | 33 | ||||
-rw-r--r-- | www/mozilla-flash-bin/PLIST | 6 | ||||
-rw-r--r-- | www/mozilla-flash-bin/distinfo | 4 |
4 files changed, 46 insertions, 0 deletions
diff --git a/www/mozilla-flash-bin/DESCR b/www/mozilla-flash-bin/DESCR new file mode 100644 index 00000000000..b8770609f95 --- /dev/null +++ b/www/mozilla-flash-bin/DESCR @@ -0,0 +1,3 @@ +This is the official Flash Player 6 from Macromedia. This plugin +enables you to see .swf and .spl files on the 'net using the +mozilla-linux package. diff --git a/www/mozilla-flash-bin/Makefile b/www/mozilla-flash-bin/Makefile new file mode 100644 index 00000000000..126db2545bb --- /dev/null +++ b/www/mozilla-flash-bin/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/04/14 18:23:02 grant Exp $ +# + +DISTNAME= install_flash_player_6_linux +PKGNAME= mozilla-flash-bin-${VERSION} +CATEGORIES= www +MASTER_SITES= http://download.macromedia.com/pub/shockwave/flash/english/linux/6.0r69/ + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://www.macromedia.com/ +COMMENT= Flash player for the linux version of mozilla (binary pkg) + +DEPENDS+= mozilla-linux-[0-9]*:../../www/mozilla-linux + +VERSION= 6.0.69 + +NO_CONFIGURE= # defined +NO_BUILD= # defined + +WRKSRC= ${WRKDIR}/install_flash_player_6_linux + +DOCDIR= share/doc/mozilla-flash-bin +PLIST_SUBST+= DOCDIR="${DOCDIR}" + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/libflashplayer.so ${PREFIX}/lib/mozilla-linux/plugins + ${INSTALL_DATA} ${WRKSRC}/flashplayer.xpt ${PREFIX}/lib/mozilla-linux/components + + ${INSTALL_DATA_DIR} ${PREFIX}/${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/readme.txt ${PREFIX}/${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/ReadMe.htm ${PREFIX}/${DOCDIR} + +.include "../../mk/bsd.pkg.mk" diff --git a/www/mozilla-flash-bin/PLIST b/www/mozilla-flash-bin/PLIST new file mode 100644 index 00000000000..354d0dc6cc6 --- /dev/null +++ b/www/mozilla-flash-bin/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/14 18:23:02 grant Exp $ +lib/mozilla-linux/components/flashplayer.xpt +lib/mozilla-linux/plugins/libflashplayer.so +${DOCDIR}/readme.txt +${DOCDIR}/ReadMe.htm +@dirrm ${DOCDIR} diff --git a/www/mozilla-flash-bin/distinfo b/www/mozilla-flash-bin/distinfo new file mode 100644 index 00000000000..657cda41e16 --- /dev/null +++ b/www/mozilla-flash-bin/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/04/14 18:23:02 grant Exp $ + +SHA1 (install_flash_player_6_linux.tar.gz) = ecddda28954ce26882cea0f6578af326d7c6e76c +Size (install_flash_player_6_linux.tar.gz) = 706066 bytes |