[arch-commits] CVS update of extra/devel/ccache (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Thu May 17 15:46:00 UTC 2007


    Date: Thursday, May 17, 2007 @ 11:46:00
  Author: alexander
    Path: /home/cvs-extra/extra/devel/ccache

Modified: PKGBUILD (1.19 -> 1.20)

more symplinks in /usr/lib/ccache/bin to catch more forms of compiler calls


----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)


Index: extra/devel/ccache/PKGBUILD
diff -u extra/devel/ccache/PKGBUILD:1.19 extra/devel/ccache/PKGBUILD:1.20
--- extra/devel/ccache/PKGBUILD:1.19	Tue Nov 28 13:03:38 2006
+++ extra/devel/ccache/PKGBUILD	Thu May 17 11:46:00 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.19 2006/11/28 18:03:38 kevin Exp $
+# $Id: PKGBUILD,v 1.20 2007/05/17 15:46:00 alexander Exp $
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 # Maintainer: Kevin Piche <kevin at archlinux.org>
 
 pkgname=ccache
 pkgver=2.4
-pkgrel=3
+pkgrel=4
 pkgdesc="ccache is a compiler cache"
 url="http://ccache.samba.org/"
 source=(http://samba.org/ftp/ccache/$pkgname-$pkgver.tar.gz)
@@ -25,4 +25,10 @@
   ln -sf /usr/bin/ccache $startdir/pkg/usr/lib/ccache/bin/gcc
   ln -sf /usr/bin/ccache $startdir/pkg/usr/lib/ccache/bin/g++
   ln -sf /usr/bin/ccache $startdir/pkg/usr/lib/ccache/bin/cpp
+  ln -sf /usr/bin/ccache $startdir/pkg/usr/lib/ccache/bin/c++
+  ln -sf /usr/bin/ccache $startdir/pkg/usr/lib/ccache/bin/${CHOST}-cc
+  ln -sf /usr/bin/ccache $startdir/pkg/usr/lib/ccache/bin/${CHOST}-gcc
+  ln -sf /usr/bin/ccache $startdir/pkg/usr/lib/ccache/bin/${CHOST}-g++
+  ln -sf /usr/bin/ccache $startdir/pkg/usr/lib/ccache/bin/${CHOST}-cpp
+  ln -sf /usr/bin/ccache $startdir/pkg/usr/lib/ccache/bin/${CHOST}-c++
 }




More information about the arch-commits mailing list