1 #Contributor: Urs Wolfer <uwolfer @ fwo.ch>
6 pkgdesc="Icecream takes compile jobs from your build and distributes it to remote machines allowing a parallel build on several machines"
7 url="http://en.opensuse.org/Icecream"
10 arch=('i686' 'x86_64')
11 install=(icecream.install)
12 source=(ftp://ftp.suse.com/pub/projects/$pkgname/icecc-$pkgver.tar.bz2 icecream-daemon icecream-scheduler-daemon)
13 md5sums=('c6dacb3f28eade45f603a99245cde4fd'
14 '1766d158389c9f016cfe095367f0856c'
15 '46823b15d81ecf6493d64c7c974ef4a6'
19 cd $startdir/src/icecc-$pkgver
21 ./configure --prefix=/opt/icecream || return 1
23 make DESTDIR=$startdir/pkg install || return 1
24 install -D -m755 ../icecream-daemon $startdir/pkg/etc/rc.d/icecream
25 install -D -m755 ../icecream-scheduler-daemon $startdir/pkg/etc/rc.d/icecream-scheduler