Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv11979
Added Files:
hello.info
Log Message:
Hello, world! (multi-lingual)
--- NEW FILE: hello.info ---
Package: hello
Version: 2.7
Revision: 1
Maintainer: David Fang <[email protected]>
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 --headers .
fink-package-precedence --libs .
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/
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the
BlackBerry® mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry® DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs