wok-next annotate buildbot-slave/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents a3254b6a96ac
children
rev   line source
slaxemulator@7644 1 # SliTaz package receipt.
slaxemulator@7644 2
slaxemulator@7644 3 PACKAGE="buildbot-slave"
slaxemulator@11073 4 VERSION="0.8.5"
slaxemulator@7644 5 CATEGORY="development"
al@21020 6 SHORT_DESC="Tool to automate the compile/test cycle of code source (slave part)"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
al@19288 9 WEB_SITE="http://buildbot.net/"
al@21020 10
slaxemulator@7644 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@11073 12 WGET_URL="http://buildbot.googlecode.com/files/$TARBALL"
pascal@15579 13
al@21020 14 BUILD_DEPENDS="python-dev"
slaxemulator@7644 15
al@21020 16 compile_rules() {
al@21020 17 python -B setup.py install --root=$install || return 1
al@19288 18
al@19288 19 cook_pick_manpages docs/buildslave.1
slaxemulator@7644 20 }
slaxemulator@7644 21
al@21020 22 genpkg_rules() {
pascal@15579 23 cp -a $install/usr $fs
al@21020 24 DEPENDS="python python-twisted"
al@21020 25 TAGS="python buildtools"
slaxemulator@7644 26 }