the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: nickle
Version: 2.46
Revision: 1003
Maintainer: Daniel Sohl
Source: http://www.nickle.org/release/%n-%v.tar.gz
Source-MD5: 8ebf7a95ea568da6f06c6bb4ca412999
Depends: readline5-shlibs (>= 5.0-1004), libncurses5-shlibs (>= 5.4-20041023-1006)
BuildDepends: readline5 (>= 5.0-1004), libncurses5 (>= 5.4-20041023-1006)
ConfigureParams: --prefix=%p --mandir=%p/share/man
CompileScript: <<
./configure %c
make prefix=%i NICKLE_LDFLAGS=""
<<
InstallScript: make install DESTDIR=%d
DocFiles: <<
AUTHORS COPYING ChangeLog INSTALL NEWS README README.name TODO
<<
Description: Desk Calculator scripting language
DescDetail: <<
From the man page:
Nickle is a desk calculator language with powerful pro-
gramming and scripting capabilities. Nickle supports a
variety of datatypes, especially arbitrary precision inte-
gers, rationals, and imprecise reals. The input language
vaguely resembles C. Some things in C which do not trans-
late easily are different, some design choices have been
made differently, and a very few features are simply miss-
ing.
<<
Homepage: http://www.nickle.org/
License: OSI-Approved