Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1:/tmp/cvs-serv11457
Added Files:
ccache.info
Removed Files:
ccache-2.2-1.info
Log Message:
new upstream (from 10.2 tree)
--- NEW FILE: ccache.info ---
Package: ccache
Version: 2.3
Revision: 1
Maintainer: Ben Hines <[EMAIL PROTECTED]>
Source: http://ccache.samba.org/ftp/%n/%n-%v.tar.gz
Source-MD5: 5e4afc0b170bf282d1813aeaf3d577d2
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: <<
ccache -c > /dev/null
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, the default cache size is 1 Gig."
echo "so you may want to run \"ccache -M 500M\" (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-2.2-1.info DELETED ---
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits