1 #Contributor: Anselmo L. S. Melo <anselmolsm @ gmail.com>
6 pkgdesc="*This package includes a config file, following what other distros do.* 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 conflicts=('icecream')
11 backup=('etc/icecream.conf')
12 arch=('i686' 'x86_64')
13 install=icecream.install
14 source=(ftp://ftp.suse.com/pub/projects/icecream/icecc-$pkgver.tar.bz2 icecream-daemon icecream-scheduler-daemon icecream.conf)
15 md5sums=('c06900c2f4011428d0d48826a04f74fb'
16 'd4943e2ebf97efa9fabb70e0f31c712b'
17 '8521e8f23df427d8a7e1f8481ba3d3e1'
18 '51aae781751a11d108e174352d6e739d'
22 cd $startdir/src/icecc-$pkgver
24 ./configure --prefix=/opt/icecream || return 1
26 make DESTDIR=$startdir/pkg install || return 1
27 install -D -m755 ../icecream-daemon $startdir/pkg/etc/rc.d/icecream
28 install -D -m755 ../icecream-scheduler-daemon $startdir/pkg/etc/rc.d/icecream-scheduler
29 install -D -m755 ../icecream.conf $startdir/pkg/etc/icecream.conf