[arch-commits] Commit in ccache/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Mon May 30 17:15:52 UTC 2011


    Date: Monday, May 30, 2011 @ 13:15:51
  Author: giovanni
Revision: 125865

upgpkg: ccache 3.1.5-1
upstream release

Modified:
  ccache/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-30 16:54:07 UTC (rev 125864)
+++ PKGBUILD	2011-05-30 17:15:51 UTC (rev 125865)
@@ -3,24 +3,30 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=ccache
-pkgver=3.1.4
+pkgver=3.1.5
 pkgrel=1
 pkgdesc="A compiler cache"
 url="http://ccache.samba.org/"
-source=(http://samba.org/ftp/${pkgname}/$pkgname-$pkgver.tar.bz2)
+source=("http://samba.org/ftp/${pkgname}/$pkgname-$pkgver.tar.bz2")
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('zlib')
-md5sums=('676fda8a9a5e02574435c32b22942abd')
+md5sums=('f652bd20253bb4aa1440ae50bea3c9e3')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr
-  make || return 1
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
   install -Dm 755 ccache ${pkgdir}/usr/bin/ccache
   install -Dm 644 ccache.1 ${pkgdir}/usr/share/man/man1/ccache.1
 
-  mkdir -p ${pkgdir}/usr/lib/ccache/bin
+  install -d ${pkgdir}/usr/lib/ccache/bin
   ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cc 
   ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/gcc
   ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/g++




More information about the arch-commits mailing list