Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv24936

Modified Files:
        ccache.info 
Log Message:
upstream update to 3.1, 
-default provides more overrides to /usr/bin/*-apple-darwin*-g*


Index: ccache.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/ccache.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ccache.info 20 Jan 2006 20:23:12 -0000      1.1
+++ ccache.info 15 Oct 2010 23:57:32 -0000      1.2
@@ -1,14 +1,32 @@
 Package: ccache 
-Version: 2.4
-Revision: 20
-Maintainer: Ben Hines <bhi...@alumni.ucsd.edu> 
-Source: http://ccache.samba.org/ftp/%n/%n-%v.tar.gz
-Source-MD5: 73c1ed1e767c1752dd0f548ec1e66ce7 
+Version: 3.1
+Revision: 1
+Maintainer: David Fang <fang...@users.sourceforge.net>
+Source: http://samba.org/ftp/%n/%n-%v.tar.bz2
+Source-MD5: 7961852e1e36f11559039c32142f58df
+PatchScript: <<
+       #!/bin/sh -ev
+       # patch Makefile to not depend on implicit rules
+       file=Makefile.in
+       mv $file $file.orig
+       echo ".SUFFIXES: .c .o" > $file
+       echo ".c.o:" >> $file
+       echo '  $(CC) $(CFLAGS) -o $@ -c $<' >> $file
+       cat $file.orig >> $file
+<<
 CompileScript: <<
  ./configure %c
  make CFLAGS='-g -O2 -Wall -W -I. -prebind'
 <<
+InfoTest: <<
+       TestScript: <<
+       #!/bin/sh -ev
+       make -k check || exit 2
+       <<
+       TestSuiteSize: small
+<<
 InstallScript: <<
+#!/bin/sh -ev
 mkdir -p %i/bin
 mkdir -p %i/share/man/man1
 make install prefix=%i mandir=%i/share/man
@@ -22,6 +40,12 @@
 ln -s %p/bin/ccache %i/bin/g++-3.3
 ln -s %p/bin/ccache %i/bin/gcc-4.0
 ln -s %p/bin/ccache %i/bin/gcc-3.3
+for f in /usr/bin/*-apple-darwin*-g*
+do
+  b=`basename $f`
+  echo "linking $b"
+  ln -s %p/bin/ccache %i/bin/$b
+done
 <<
 PostInstScript: <<
 echo "If you wish ccache to be the default compiler"
@@ -31,7 +55,7 @@
 SplitOff: <<
        Package: ccache-default
        Depends: ccache
-       Files: bin/cc bin/c++ bin/c++-4.0 bin/c++-3.3 bin/g++ bin/gcc 
bin/g++-4.0 bin/g++-3.3 bin/gcc-4.0 bin/gcc-3.3
+       Files: bin/cc bin/c++ bin/c++-4.0 bin/c++-3.3 bin/g++ bin/gcc 
bin/g++-4.0 bin/g++-3.3 bin/gcc-4.0 bin/gcc-3.3 bin/*-apple-darwin*
        Description: C/C++ compiler cache - As default compiler
        DescDetail: <<
          This package installs symlinks for ccache to override your compiler.
@@ -54,7 +78,7 @@
        echo "***************** WARNING ********************"
        <<
 <<
-DocFiles: README COPYING
+DocFiles: *.txt *.html
 Description: C/C++ compiler cache
 DescDetail: <<
 ccache acts as a caching pre-processor to C/C++ compilers, using the -E
@@ -66,3 +90,6 @@
 <<
 Homepage: http://ccache.samba.org/
 License: GPL
+DescPackaging: <<
+Former maintainer: Ben Hines <bhi...@alumni.ucsd.edu> 
+<<


------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to