buildbot: install contrib modules, bumprev.
This commit is contained in:
parent
8b91d7d71e
commit
07159bf0c9
1 changed files with 10 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'buildbot'
|
# Template file for 'buildbot'
|
||||||
pkgname=buildbot
|
pkgname=buildbot
|
||||||
version=0.8.3
|
version=0.8.3
|
||||||
|
revision=1
|
||||||
distfiles="http://buildbot.googlecode.com/files/$pkgname-$version.tar.gz"
|
distfiles="http://buildbot.googlecode.com/files/$pkgname-$version.tar.gz"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
short_desc="A system to automate the compile/test cycle"
|
short_desc="A system to automate the compile/test cycle"
|
||||||
|
@ -23,3 +24,12 @@ noarch=yes
|
||||||
Add_dependency full python
|
Add_dependency full python
|
||||||
Add_dependency full python-jinja
|
Add_dependency full python-jinja
|
||||||
Add_dependency full Twisted
|
Add_dependency full Twisted
|
||||||
|
|
||||||
|
post_install()
|
||||||
|
{
|
||||||
|
# Install all contrib modules.
|
||||||
|
local contribdir=${DESTDIR}/usr/share/buildbot/contrib
|
||||||
|
|
||||||
|
install -d ${contribdir}
|
||||||
|
install -m 755 ${wrksrc}/contrib/*.py ${contribdir}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue