mic-paren _unstable_ port information

Package: mic-paren
Version: 3.7
Revision: 2
Description: Advanced highlighting of parenthesis
License: GPL
Homepage: http://www.emacswiki.org/cgi-bin/wiki/mic-paren.el
Maintainer: None

Source: http://www.emacswiki.org/cgi-bin/emacs/download/%n.el
Source-MD5: 4a652fb3553c527fb2d4f1a1790e2284
NoSourceDirectory: true

PatchFile: %n.patch
PatchFile-MD5: 825d97af5ddaabd237822c487a272e78
PatchScript: <<
sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
head -n 33 %n.el > COPYING
<<

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

Depends: <<
emacsen-common
<<

CompileScript: <<
<<

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/50%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/50%n.el

DescDetail: <<
mic-paren.el is an extension and replacement to the packages paren.el
and stig-paren.el for Emacs. When mic-paren is active Emacs normal
parenthesis matching is deactivated. Instead parenthesis matching will
be performed as soon as the cursor is positioned at a parenthesis. The
matching parenthesis (or the entire expression between the
parentheses) is highlighted until the cursor is moved away from the
parenthesis.
<<