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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jun 24 21:44:21 UTC 2007


    Date: Sunday, June 24, 2007 @ 17:44:21
  Author: andyrtr
    Path: /home/cvs-extra/extra/devel/ccache

 Removed: PKGBUILD (1.20)

pkg moved to current


----------+
 PKGBUILD |   34 ----------------------------------
 1 file changed, 34 deletions(-)


Index: extra/devel/ccache/PKGBUILD
diff -u extra/devel/ccache/PKGBUILD:1.20 extra/devel/ccache/PKGBUILD:removed
--- extra/devel/ccache/PKGBUILD:1.20	Thu May 17 11:46:00 2007
+++ extra/devel/ccache/PKGBUILD	Sun Jun 24 17:44:21 2007
@@ -1,34 +0,0 @@
-# $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=4
-pkgdesc="ccache is a compiler cache"
-url="http://ccache.samba.org/"
-source=(http://samba.org/ftp/ccache/$pkgname-$pkgver.tar.gz)
-license=(GPL)
-arch=(i686 x86_64)
-depends=(glibc)
-md5sums=('73c1ed1e767c1752dd0f548ec1e66ce7')
-
-build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make || return 1
-  install -Dm 755 ccache $startdir/pkg/usr/bin/ccache
-  install -Dm 644 ccache.1 $startdir/pkg/usr/man/man1/ccache.1
-
-  mkdir -p $startdir/pkg/usr/lib/ccache/bin
-  ln -sf /usr/bin/ccache $startdir/pkg/usr/lib/ccache/bin/cc 
-  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