[Lunar-commits] <moonbase> nspluginwrapper: initial import into zbeta.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Tue Apr 15 02:57:05 CEST 2008
commit cbc37e80f356c57c2d9f01b1c4246b9b6a5d6ec7
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Mon Apr 14 20:57:05 2008 -0400
nspluginwrapper: initial import into zbeta.
---
zbeta/nspluginwrapper/BUILD.x86_64 | 13 +++++++++++++
zbeta/nspluginwrapper/DETAILS | 16 ++++++++++++++++
2 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/zbeta/nspluginwrapper/BUILD.x86_64 b/zbeta/nspluginwrapper/BUILD.x86_64
new file mode 100644
index 0000000..979ca7e
--- /dev/null
+++ b/zbeta/nspluginwrapper/BUILD.x86_64
@@ -0,0 +1,13 @@
+(
+
+ OPTS="$OPTS --target-cpu=x86_64 --with-viewer"
+
+
+ if [ ! -d /usr/lib/mozilla/plugins ]; then
+ mkdir -p /usr/lib/mozilla/plugins &&
+ ln -snf /opt/lunar/plugins /usr/lib/mozilla/plugins
+ fi &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/nspluginwrapper/DETAILS b/zbeta/nspluginwrapper/DETAILS
new file mode 100644
index 0000000..c8494e8
--- /dev/null
+++ b/zbeta/nspluginwrapper/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=nspluginwrapper
+ VERSION=0.9.91.5
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://gwenole.beauchesne.info/projects/$MODULE/files/
+ SOURCE_VFY=sha1:f5f0126741fec8db2340e6f58d7390cd8c9ca862
+ WEB_SITE=http://gwenole.beauchesne.info/en/projects/$MODULE
+ ENTERED=20080414
+ UPDATED=20080414
+ SHORT="compatibility plugin for Netscape 4 (NPAPI) plugins"
+PSAFE=no
+cat << EOF
+nspluginwrapper is an Open Source compatibility plugin for Netscape 4 (NPAPI)
+plugins. That is, it enables you to use plugins on platforms they were not
+built for. For example, you can use the Adobe Flash plugin on Linux/x86_64,
+NetBSD and FreeBSD platforms.
+EOF
More information about the Lunar-commits
mailing list