wok-next view buildbot/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
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 }