buildbot: update to 0.8.6.

This commit is contained in:
Juan RP 2012-03-13 14:02:31 +01:00
parent 7b8be36441
commit 78c15588fb
1 changed files with 5 additions and 6 deletions

View File

@ -1,13 +1,13 @@
# Template file for 'buildbot'
pkgname=buildbot
version=0.8.5
version=0.8.6
distfiles="http://buildbot.googlecode.com/files/$pkgname-$version.tar.gz"
build_style=python-module
short_desc="A system to automate the compile/test cycle"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://trac.buildbot.net/"
license="GPL-2"
checksum=9b2f761447db13e4068870567b36732d419d8f72f452b450c61089db98558a9c
checksum=9e7673bd79e57ff105e0916b9751aafda59cc2a8765c929710ef8e75e1162893
long_desc="
The BuildBot is a system to automate the compile/test cycle required by most
software projects to validate code changes. By automatically rebuilding and
@ -28,11 +28,10 @@ Add_dependency full python
Add_dependency full python-jinja
Add_dependency full Twisted
post_install()
{
post_install() {
# Install all contrib modules.
local contribdir=${DESTDIR}/usr/share/buildbot/contrib
install -d ${contribdir}
install -m 755 ${wrksrc}/contrib/*.py ${contribdir}
vmkdir usr/share/buildbot/contrib
install -m755 ${wrksrc}/contrib/*.py ${contribdir}
}