Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv19591/stable/main/finkinfo/devel

Added Files:
        snoopy.info 
Log Message:
push to stable and delete in unstable. leave push to 10.7 for later.

--- NEW FILE: snoopy.info ---
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 <karl-michael.schind...@web.de>


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to