wok view buildbot-slave/receipt @ rev 23339

updated perl-gssapi (0.26 -> 0.28)
author Hans-G?nter Theisgen
date Tue Mar 31 07:47:46 2020 +0100 (2020-03-31)
parents a511baf85854
children 104a2a2e5484
line source
1 # SliTaz package receipt.
3 PACKAGE="buildbot-slave"
4 VERSION="0.8.14"
5 CATEGORY="development"
6 TAGS="python buildtools"
7 SHORT_DESC="Tool to automate the compile and test cycle of source code (slave part)."
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://www.buildbot.net/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://pypi.python.org/packages/source/b/$PACKAGE/$TARBALL"
15 DEPENDS="python twisted"
16 BUILD_DEPENDS="python python-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py install --root=$DESTDIR
22 cook_pick_manpages docs/buildslave.1
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }