speedbar _unstable_ port information

Package: speedbar
Version: 0.14beta4
Revision: 5
Description: Emacs - quick access to files and tags
License: GPL
Maintainer: Rohan Lloyd
Depends: emacsen
Source: mirror:sourceforge:cedet/%n-%v.tar.gz
Source-MD5: bfda4dfb0b30b1f9c1162347cb7c69fb
PatchScript: <<
/usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch
/usr/bin/head -n 28 %n.el >LICENSE
<<
CompileScript: /usr/bin/makeinfo -o %n.info %n.texi
InstallScript:<<
/usr/bin/install -m 755 -d %i/share/emacs/site-lisp/%n
/usr/bin/install -m 644 *.el %i/share/emacs/site-lisp/%n

/usr/bin/install -m 755 -d %i/share/pixmaps/%n
/usr/bin/install -m 644 *.xpm %i/share/pixmaps/%n

/usr/bin/install -m 755 -d %i/lib/emacsen-common/packages/install
/usr/bin/install -m 755 emacsen-install \
%i/lib/emacsen-common/packages/install/%n

/usr/bin/install -m 755 -d %i/lib/emacsen-common/packages/remove
/usr/bin/install -m 755 emacsen-remove %i/lib/emacsen-common/packages/remove/%n

/usr/bin/install -m 755 -d %i/share/info
/usr/bin/install -m 644 *.info %i/share/info

/usr/bin/install -m 755 -d %i/share/doc/%n/src
/usr/bin/install -m 644 *.texi %i/share/doc/%n/src
<<
PostInstScript: <<
if [ "$1" = "configure" ]; then
%p/lib/emacsen-common/emacs-package-install %n
fi
<<
PreRmScript: <<
%p/lib/emacsen-common/emacs-package-remove %n
<<
DocFiles: INSTALL LICENSE
InfoDocs: %n.info
Homepage: http://cedet.sourceforge.net/speedbar.shtml
DescDetail:<<
The speedbar provides a frame in which files, and locations in
files are displayed. These items can be clicked on with mouse-2
in order to make the last active frame display that file location.
<<
DescPackaging: <<
emacs21 comes with speedbar v0.11a, so we need to make sure this version
comes first in the load-path

Also speedbar.el says we need to re byte compile rmail.el, info.el and gud.el
in emacs20 when moving from 0.12 or less to 0.13.

I don't know whether this applies here!!! If it does, install script should
probably byte compile them. Don't forget to byte compile on removal too
to put it back the way it came!!
<<