updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / build / PKGBUILD
blob15afeb8f5d6da16ce0556e79a431020d3a508d79
1 # Maintainer: kevku <kevku@gmx.com>
2 pkgname=build
3 pkgver=0.3.9
4 pkgrel=1
5 pkgdesc="A massively-parallel software build system implemented on top of GNU make"
6 arch=('any')
7 url="http://www.codesynthesis.com/projects/build/"
8 license=('GPL2')
9 source=("http://www.codesynthesis.com/download/$pkgname/0.3/$pkgname-$pkgver.tar.bz2")
10 md5sums=('28a7e348d2ef6e401669667ca26e7e7d')
12 package() {
13   cd "$srcdir/$pkgname-$pkgver"
14   make install_prefix="$pkgdir/usr" install