mozplugger _unstable_ port information

Package: mozplugger
Version: 1.13.0
Revision: 2
Source: http://mozplugger.mozdev.org/files/%n-%v.tar.gz
Source-MD5: dfa557fb331240ae7778e17a92caeb9c
License: GPL
Depends: x11
BuildDepends: x11-dev
Recommends: firefox
PatchScript: <<
perl -pi -e 's|\)/etc|\)%p/etc|g;s|/mozilla/|/firefox3/|g' Makefile
perl -pi -e 's|OPERA_DIR|MOZILLA_FIVE_HOME|g;s|/usr/etc|%p/etc|g' mozplugger.c
perl -pi -e 's|OPERA_HOME|MOZILLA_FIVE_HOME|g;s|/etc|%p/etc|g' mozplugger.7
<<
CompileScript: <<
#!/bin/sh -ev
make all prefix=%p XLDFLAGS="-flat_namespace -bundle -shared -L/usr/X11R6/lib -lX11" X11=/usr/X11R6/
<<
InstallScript: <<
#!/bin/sh -ev
make install root=%d prefix=%p
<<
DocFiles: COPYING ChangeLog README
Description: Use X11 applications as plugins for firefox
DescDetail: <<

The goal of the project is to provide a minimalist,
clean and stable general purpose Mozilla plugin module
that allows the user to embed and launch their favourite
application to handle the various different types of media
found on the Internet.

A list of Fink packages that supply executables recognized
by mozplugger contains, among others:
mplayer, totem, gxine, xmms, xv, xpdf, kpdf, evince, gv, xdvi,
kword, abiword, timidity, mikmod, gqview, imagemagick, ...
<<
DescUsage: <<
When %p/bin/firefox (version 3) is started, it loads the
mozplugger plugin automatically. You can verify this by looking
at the URL about:plugins

For configuring mozplugger, copy %p/etc/mozpluggerrc into
~/.mozilla/ and edit the copy. Instructions are given in the
mozplugger manpage and on the web site.
<<
Maintainer: Martin Costabel
Homepage: http://mozplugger.mozdev.org