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

Added Files:
        hello.info 
Log Message:
Hello, stable!


--- NEW FILE: hello.info ---
Package: hello
Version: 2.7
Revision: 1
Maintainer: David Fang <fang...@users.sourceforge.net>
Source: mirror:gnu:%n/%n-%v.tar.gz
Source-MD5: fc01b05c7f943d3c42124942a2a9bb3a
BuildDepends: <<
        gettext-bin,
        gettext-tools,
        libgettext8-dev (>= 0.17-1)
<<
Depends: libgettext8-shlibs (>= 0.17-1)
BuildDependsOnly: True
License: GPL
ConfigureParams: --mandir='${prefix}/share/man' --infodir='${prefix}/share/info'
UseMaxBuildJobs: true
CompileScript: <<
        #!/bin/sh -ev
        mkdir build
        cd build
        ../configure %c
        make
<<
InfoTest: <<
        TestDepends: fink-package-precedence
        TestScript: <<
        #!/bin/sh -ev
        cd build
        fink-package-precedence .
        make -k check || exit 2
        <<
        TestSuiteSize: small
<<
InstallScript: <<
        #!/bin/sh -ev
        cd build
        make DESTDIR=%d install
<<
DocFiles: ChangeLog* AUTHORS NEWS README TODO THANKS COPYING INSTALL
InfoDocs: hello.info
Description: GNU greeting, multi-lingual
DescDetail: <<
The GNU Hello program produces a familiar, friendly greeting. 
Yes, this is another implementation of the classic program that 
prints "Hello, world!" when you run it.

However, unlike the minimal version often seen, GNU Hello processes 
its argument list to modify its behavior, supports greetings in many 
languages, and so on. 
The primary purpose of GNU Hello is to demonstrate how to write other 
programs that do these things; it serves as a model for 
GNU coding standards and GNU maintainer practices.

GNU Hello is written in C. 
For implementations in other programming languages, 
notably including translation into other languages, 
please see the GNU Gettext distribution.
<<
Homepage: http://www.gnu.org/software/hello/


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to