the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: elscreen
Version: 1.4.6
Revision: 1
Description: Screen Manager for Emacsen
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: 67d6b8913957ccacefef09c549a939fd
PatchFile: %n.patch
PatchFile-MD5: 2c9ce2b7225f2f7994e98b77fad2376d
PatchScript: <<
sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
<<
BuildDepends: <<
fink (>= 0.24.12)
<<
Depends: <<
emacsen,
apel
<<
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: ChangeLog README
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: <<
ElScreen is an Emacs utility with which you can have multiple screens
(window-configuration) on your GNU Emacs as well as GNU screen on
terminal.
Consult the file %p/share/emacs/site-lisp/elscreen/elscreen.el for
license information.
<<