mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/distcc to 3.1-7
This commit is contained in:
parent
9dcab5ff44
commit
6730724502
2 changed files with 2 additions and 1 deletions
|
@ -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
0
community/distcc/distccd
Executable file → Normal file
Loading…
Reference in a new issue