the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: snoopy
Version: 1.0
Revision: 1
Description: ASCII art calendar sheet with a famous dog
Architecture: powerpc, i386, x86_64
BuildDepends: gcc44
License: OSI-Approved
# Unpack Phase:
Source: http://michael-ep3.physik.uni-halle.de/snoopy.tar.bz2
Source-MD5: 7c248532275bfd67372baa6294df4b61
# Compile Phase (NOTE: there is no configure):
CompileScript: <<
#!/bin/sh -ev
sed -i.bak 's|prefix|%p|g' SNOOPY.FOR
gfortran SNOOPY.FOR -o snoopy
strip snoopy
<<
# Install Phase:
DocFiles: README
InstallScript: <<
#!/bin/sh -ev
mkdir -p %i/bin
install -m 755 %b/snoopy %i/bin
mkdir -p %i/share/snoopy
install -m 755 %b/DATA.TXT %i/share/snoopy
install -m 755 %b/*.txt %i/share/snoopy
<<
DescDetail: prints a calendar sheet with a famous dog.
DescPort: <<
The program is old style FORTRAN IV.
Beware, for real programmers only.
<<
DescUsage: <<
snoopy outputs the calendar sheet. Redirect stdout to a file:
snoopy > calendarsheet.txt
<<
Maintainer: Karl-Michael Schindler