Package: snoopy Version: 1.0 Revision: 5 Description: ASCII art calendar sheet with a famous dog BuildDepends: gcc49-compiler Depends: gcc49-shlibs License: OSI-Approved # Unpack Phase: Source: mirror:sourceforge:fink/snoopy.tar.bz2 Source-MD5: 7c248532275bfd67372baa6294df4b61 SourceDirectory: Snoopy # Compile Phase (NOTE: there is no configure): CompileScript: << #!/bin/sh -ev sed -i.bak 's|prefix|%p|g' SNOOPY.FOR gfortran-fsf-4.9 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