elscreen-w3m _unstable_ port information

Package: elscreen-w3m
Version: 0.2.2
Revision: 1
Description: Integration of ElScreen and Emacs-W3M
License: GPL
Homepage: http://www.morishima.net/~naoto/software/elscreen/index.php.en
Maintainer: None

Source: ftp://ftp.morishima.net/pub/morishima.net/naoto/ElScreen/%n-%v.tar.gz
Source-MD5: 2aa6fede182f6a9d29494f5e1f434308

PatchFile: %n.patch
PatchFile-MD5: afa867701c10a800502db8bffb3868cf
PatchScript: <<
sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
<<

BuildDepends: <<
fink (>= 0.24.12)
<<

Depends: <<
emacsen-common,
elscreen,
emacs-w3m
<<

CompileScript: <<
head -n 23 %n.el > COPYING
<<

InstallScript: <<
install -m 755 -d %i/share/emacs/site-lisp/%n
install -m 644 *.el %i/share/emacs/site-lisp/%n

install -m 755 -d %i/etc/emacs/site-start.d
install -m 644 fink/%n-startup %i/etc/emacs/site-start.d/51%n.el

install -m 755 -d %i/lib/emacsen-common/packages/{install,remove}
install -m 755 fink/%n-install %i/lib/emacsen-common/packages/install/%n
install -m 755 fink/%n-remove %i/lib/emacsen-common/packages/remove/%n
<<

DocFiles: COPYING

PostInstScript: <<
if [ "$1" = "configure" ] && [ -x %p/lib/emacsen-common/emacs-package-install ]; then
%p/lib/emacsen-common/emacs-package-install %n
fi
<<

PreRmScript: <<
if [ -x %p/lib/emacsen-common/emacs-package-remove ]; then
%p/lib/emacsen-common/emacs-package-remove %n
fi
<<

ConfFiles: %p/etc/emacs/site-start.d/51%n.el

DescDetail: <<
Emacs-W3M is the Web browser on Emacs variants using w3m. It supports
tabbed browsing, so ElScreen's tabbing capability is incompatible with
it. ElScreen-W3M resolves this incompatibility by integrating
Emacs-W3M's tabbing into ElScreen.
<<