Package: xmountains Version: 2.7 Revision: 1 Source: http://www.epcc.ed.ac.uk/~spb/%n/%n_%v.tar.gz Source-MD5: 871c43cc065b20a42b9da3e8ecaa5293 SourceDirectory: . BuildDepends: fink (>= 0.24.12-1), x11-dev, xmkmf (>= 1.0.2-3) Depends: x11 PatchFile: %n.patch PatchFile-MD5: 35ff791fdad9a9e01b7f8c20327a7545 CompileScript: << #!/bin/sh -ev export PATH=%p/lib/xmkmf/bin:$PATH export IMAKEINCLUDE=-I%p/lib/X11/config xmkmf make cat copyright.h >> LICENSE << InstallScript: << #!/bin/sh -ev export PATH=%p/lib/xmkmf/bin:$PATH export IMAKEINCLUDE=-I%p/lib/X11/config strip %n make install DESTDIR=%d BINDIR=%p/bin INSTALLFLAGS=-c mkdir -p %i/share/man/man1 cp %n.man %i/share/man/man1/%n.1 << DocFiles: README LICENSE Description: Fractal landscape generator DescDetail: << Generates random fractal surfaces and displays them in a window. While the program is running the fractal is continuously extended on the right and the image is scrolled from right to left to expose the newly generated area. << License: OSI-Approved Maintainer: Ben Hines Homepage: http://www.epcc.ed.ac.uk/~spb/xmountains/