community/distcc to 3.1-7

This commit is contained in:
Kevin Mihelich 2012-06-26 09:24:06 -04:00
parent 9dcab5ff44
commit 6730724502
2 changed files with 2 additions and 1 deletions

View file

@ -12,7 +12,7 @@ plugrel=1
pkgname=distcc
pkgver=3.1
pkgrel=6.1
pkgrel=7
pkgdesc="A distributed C, C++, Obj C compiler"
arch=('i686' 'x86_64')
url="http://code.google.com/p/distcc/"
@ -57,5 +57,6 @@ package() {
ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/cc
ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/gcc
ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/g++
ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/c++
ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/cpp
}

0
community/distcc/distccd Executable file → Normal file
View file