color-theme _unstable_ port information

Package: color-theme
Description: Colored themes for emacsen
Version: 6.6.0
Revision: 4
Depends: emacsen
Source: http://download.gna.org/%n/%n-%v.tar.gz
Source-MD5: a4de73c236a6af11ab378bfe18dabcca
License: GPL
DocFiles: COPYING AUTHORS BUGS HACKING README ChangeLog
PatchScript: sed 's|@PREFIX@|%p|g' < %a/%n.patch | patch -p1
CompileScript: <<
<<
InstallScript: <<
mkdir -p %i/share/emacs/site-lisp/color-theme
install -m 644 *.el %i/share/emacs/site-lisp/color-theme
install -m 644 color-theme-autoloads.in %i/share/emacs/site-lisp/color-theme
install -m 644 Makefile %i/share/emacs/site-lisp/color-theme
install -m 644 Makefile.defs %i/share/emacs/site-lisp/color-theme

mkdir -p %i/share/emacs/site-lisp/color-theme/themes
install -m 644 themes/*.el %i/share/emacs/site-lisp/color-theme/themes

mkdir -p %i/lib/emacsen-common/packages/install
mkdir -p %i/lib/emacsen-common/packages/remove
install -m 755 fink/emacsen-install %i/lib/emacsen-common/packages/install/%n
install -m 755 fink/emacsen-remove %i/lib/emacsen-common/packages/remove/%n

mkdir -p %i/etc/emacs/site-start.d
install -m 644 fink/50color-theme.el %i/etc/emacs/site-start.d
<<
PostInstScript: %p/lib/emacsen-common/emacs-package-install %n
PreRmScript: %p/lib/emacsen-common/emacs-package-remove %n
DescDetail: <<
Colortheme is a GNU Emacs and XEmacs mode that provides nice and
custom color themes. You can then easily change part or all of your
faces in all the modes (providing the theme you use does effectively
define colors for the mode you are interested in).
<<
DescUsage: <<
Call `color-theme-select' to browse the available themes.
<<
Homepage: http://zedek.nerim.net/html/notebook/ColorTheme.html
Maintainer: Jesse Alama