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

Added Files:
        ccache-1.9-5.info 
Removed Files:
        ccache-1.9-4.info 
Log Message:
prebind it


--- NEW FILE: ccache-1.9-5.info ---
Package: ccache 
Version: 1.9
Revision: 5
Maintainer: Ben Hines <[EMAIL PROTECTED]> 
Source: http://ccache.samba.org/ftp/%n/%n-%v.tar.gz
Source-MD5: 8e73f607accc13da52934303140d555e
CompileScript: <<
 ./configure %c
 make CFLAGS='-g -O2 -Wall -W -I. -prebind'
<<
InstallScript: <<
mkdir -p %i/bin
mkdir -p %i/share/man/man1
make install prefix=%i mandir=%i/share/man
ln -s %p/bin/ccache %i/bin/cc
ln -s %p/bin/ccache %i/bin/c++
ln -s %p/bin/ccache %i/bin/c++3
ln -s %p/bin/ccache %i/bin/g++
ln -s %p/bin/ccache %i/bin/gcc
ln -s %p/bin/ccache %i/bin/g++3
ln -s %p/bin/ccache %i/bin/gcc3
<<
PostInstScript: <<
echo "If you wish ccache to be the default compiler"
echo "(to override and send ALL compilations through ccache),"
echo " install the \"ccache-default\" package."
<<
SplitOff: <<
        Package: ccache-default
        Depends: ccache
        Files: bin/cc bin/c++ bin/c++3 bin/g++ bin/gcc bin/g++3 bin/gcc3
        Description: C/C++ compiler cache - As default compiler
        DescDetail: <<
          This package installs symlinks for ccache to override your compiler.
          ccache will affect ALL COMPILATIONS with this package installed.
          If you have strange compilation problems, remove this package FIRST, 
          before reporting any package or compile bugs.
        <<
        PostInstScript: <<
        echo "***************** WARNING ********************"
        echo "ALL gcc3 compiles will now be sent through ccache!"
        echo "For the most part ccache is reliable, but"
        echo "it can occasionally cause strange compile problems!"
        echo "If you have a strange compile problem, remove this package"
        echo "and try again before reporting any bugs!"
        echo ""
        echo "Additionally, ccache WILL FILL UP YOUR DISK"
        echo "so be sure to run \"ccache -M 1G\" (for example)"
        echo "to limit the size of the cache."
        echo "***************** WARNING ********************"
        <<
<<
DocFiles: README COPYING
Description: C/C++ compiler cache
DescDetail: <<
ccache acts as a caching pre-processor to C/C++ compilers, using the -E
compiler switch and a hash to detect when a compilation can be satisfied
from cache. This often results in a 5 to 10 times speedup in common
compilations.
If you wish ccache to be the default compiler (to override and send ALL compilations 
through ccache), install the "ccache-default" package.
<<
Homepage: http://ccache.samba.org/
License: GPL

--- ccache-1.9-4.info DELETED ---



-------------------------------------------------------
This SF.net email is sponsored by: Microsoft Visual Studio.NET 
comprehensive development tool, built to increase your 
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to