the Fink project is an effort to port
popular Unix programs to Mac OS X
# DISCLAIMER: Max Horn is the sole maintainer of this package.
# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
# Preferably, send a patch to me instead of making changes yourself!
# If that is not possible due to extra urgency, at least send me a mail.
#
# Explanation: I am sick and tired of getting back to my packages and
# discovering that people have messed with it. I am then forced to
# retrace their steps, find out who, when and why did make a certain
# change etc. -- i.e. it makes my life as maintainer harder.
# Furthermore, as maintainer I am responsible for problems caused by my
# packages. But I am not willing to take responsibility for something I
# did not do. In particular, for changes that other people introduced
# behind my back, no matter how good and noble their intentions were. As
# such, I may see myself forced to drop responsibility for (and hence,
# maintainership of) the affected package.
Package: singular-doc
Version: 3.1.4
Revision: 1
#
Maintainer: Max Horn
HomePage: http://www.singular.uni-kl.de
License: GPL
#
Description: Documentation for the Singular CAS
DescPackaging: <<
Previous revisions by Michael Brickenstein.
<<
#
Depends: singular
#
Source: http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/3-1-4/Singular-3-1-4-share.tar.gz
Source-MD5: f1c1918f23db577b8d286f05a4c20ddc
SourceDirectory: Singular/3-1-4
#
CompileScript: # no compilation required
InstallScript: <<
#! /bin/sh -ev
VERSION="3-1-4"
DESTHOME=%i/share/Singular
DESTDOC=%i/share/doc/Singular
for directory in doc html examples info ; do
echo "installing $directory"
install -d $DESTDOC/$directory;
install -m 644 $directory/* $DESTDOC/$directory;
done
for directory in emacs ; do
echo "installing $directory"
install -d $DESTHOME/$directory;
install -m 644 $directory/* $DESTHOME/$directory;
done
install -m 644 emacs/.emacs* $DESTHOME/emacs
<<
DocFiles: COPYING README COPYING.html NEWS README.html NEWS.html