4593993 [rkeene@sledge /home/rkeene/projects/build]$ cat nspluginwrapper.txt
# SHORT DESC: Run 32-bit Plugins in 64-bit Firefox/Seamonkey
# LONG DESC: NSPluginWrapper is a cross-platform Netscape 4 (NPAPI) compatible plugins viewer. It makes it possible to use plugins that are not available yet to a specific platform. For example, you can use the Adobe Flash Player 9 (Linux/i386) plugin on Linux/x86_64, NetBSD, and FreeBSD platforms along with a native JVM in the same browser.

if [ "${TARGETDIST}" = "slackware" ]; then
	exit 1
fi

./configure --prefix=/usr --libdir="${libdir}" --sysconfdir=/etc --localstatedir=/var && \
make && \
make install || exit 1
4593994 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:52:06