Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/devel
In directory usw-pr-cvs1:/tmp/cvs-serv17036

Added Files:
        jam-2.4-1.info jam-2.4-1.patch 
Log Message:
New package, jam.


--- NEW FILE: jam-2.4-1.info ---
Package: jam 
Version: 2.4
Revision: 1
Maintainer: Ben Hines <[EMAIL PROTECTED]> 
Source: ftp://ftp.perforce.com/pub/%n/%n-%v.zip
Source-MD5: 9af98a917377fa7406b2f5f5be5e26b6
Patch: %f.patch
CompileScript: make
InstallScript: <<
mkdir -p %i/bin
cp bin.macosxppc/jam %i/bin
cp bin.macosxppc/mkjambase %i/bin
<<
DocFiles: README Jam.html Jambase.html Jamfile.html RELNOTES Porting
Description: Just Another Make build tool
DescDetail: <<
Jam is a software build tool that makes building simple things simple
and building complicated things manageable.  Jam is a very good solution
in the following situations:
*  Conventional C/C++ compile-and-link builds.
*  Building from the same sources, according to the same dependencies,
on a variety of platforms.
*  Distributing self-contained build steps onto multiple processors.

The version of jam included with Mac OS X has been heavily modified for
use with Project Builder. This is the standard UNIX distribution.
<<
Homepage: http://www.perforce.com/jam/jam.html
License: GPL

--- NEW FILE: jam-2.4-1.patch ---
--- jam-2.4/Makefile.orig       2002-10-13 11:13:25.000000000 -0700
+++ jam-2.4/Makefile    2002-10-13 11:13:44.000000000 -0700
@@ -65,7 +65,7 @@
        rules.c scan.c search.c timestamp.c variable.c
 
 all: jam0
-       jam0
+       ./jam0
 
 jam0:
        $(CC) $(TARGET) $(CFLAGS) $(SOURCES) $(LINKLIBS)



-------------------------------------------------------
This sf.net email is sponsored by:
Access Your PC Securely with GoToMyPC. Try Free Now
https://www.gotomypc.com/s/OSND/DD
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to