PKGBUILDs/community/buildbot/PKGBUILD
2009-10-09 21:15:33 -05:00

19 lines
582 B
Bash

# $Id: PKGBUILD 2272 2009-09-13 20:50:45Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=buildbot
pkgver=0.7.11p3
pkgrel=1
pkgdesc="A system to automate the compile/test cycle required by most software projects"
arch=('any')
url="http://buildbot.net"
license=("GPL")
depends=('twisted')
source=(http://downloads.sourceforge.net/buildbot/buildbot-$pkgver.tar.gz)
md5sums=('6e4ef001d11caf270e2ed7d1d7d43318')
build() {
cd $startdir/src/buildbot-$pkgver
python setup.py install --root=$startdir/pkg
}