wok-next view buildbot/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents a3254b6a96ac
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="buildbot"
4 VERSION="0.8.5"
5 CATEGORY="development"
6 SHORT_DESC="Tool to automate the compile/test cycle of code source"
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 python-dev"
16 compile_rules() {
17 python -B setup.py install --root=$install || return 1
19 cook_pick_manpages docs/buildbot.1
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="python python-twisted"
25 TAGS="python buildtools"
26 }