wok-next diff buildbot-slave/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents a3254b6a96ac
children
line diff
     1.1 --- a/buildbot-slave/receipt	Tue Sep 25 17:35:51 2018 +0300
     1.2 +++ b/buildbot-slave/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -3,27 +3,24 @@
     1.4  PACKAGE="buildbot-slave"
     1.5  VERSION="0.8.5"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="Tool to automate the compile/test cycle of code source (slave part)."
     1.8 -MAINTAINER="pankso@slitaz.org"
     1.9 +SHORT_DESC="Tool to automate the compile/test cycle of code source (slave part)"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11  LICENSE="GPL2"
    1.12  WEB_SITE="http://buildbot.net/"
    1.13 +
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WGET_URL="http://buildbot.googlecode.com/files/$TARBALL"
    1.16 -TAGS="python buildtools"
    1.17  
    1.18 -DEPENDS="python python-twisted"
    1.19 -BUILD_DEPENDS="python python-dev"
    1.20 +BUILD_DEPENDS="python-dev"
    1.21  
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 -	python setup.py install --root=$DESTDIR
    1.26 +compile_rules() {
    1.27 +	python -B setup.py install --root=$install || return 1
    1.28  
    1.29  	cook_pick_manpages docs/buildslave.1
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 +genpkg_rules() {
    1.36  	cp -a $install/usr $fs
    1.37 +	DEPENDS="python python-twisted"
    1.38 +	TAGS="python buildtools"
    1.39  }