wok-next view buildbot-slave/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents a3254b6a96ac
children
line source
1 # SliTaz package receipt.
3 PACKAGE="buildbot-slave"
4 VERSION="0.8.5"
5 CATEGORY="development"
6 SHORT_DESC="Tool to automate the compile/test cycle of code source (slave part)"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://buildbot.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://buildbot.googlecode.com/files/$TARBALL"
14 BUILD_DEPENDS="python-dev"
16 compile_rules() {
17 python -B setup.py install --root=$install || return 1
19 cook_pick_manpages docs/buildslave.1
20 }
22 genpkg_rules() {
23 cp -a $install/usr $fs
24 DEPENDS="python python-twisted"
25 TAGS="python buildtools"
26 }