Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1:/tmp/cvs-serv17345
Added Files:
ccache-1.9-4.info
Log Message:
Splitoff symlinks and BIG WARNING
--- NEW FILE: ccache-1.9-4.info ---
Package: ccache
Version: 1.9
Revision: 4
Maintainer: Ben Hines <[EMAIL PROTECTED]>
Source: http://ccache.samba.org/ftp/%n/%n-%v.tar.gz
Source-MD5: 8e73f607accc13da52934303140d555e
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
-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T
handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits