wok-next diff buildbot/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents a3254b6a96ac
children
line diff
     1.1 --- a/buildbot/receipt	Tue Sep 25 17:35:51 2018 +0300
     1.2 +++ b/buildbot/receipt	Wed May 13 08:02:17 2020 +0100
     1.3 @@ -1,30 +1,26 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="buildbot"
     1.8  VERSION="0.8.5"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Tool to automate the compile/test cycle of code source."
    1.11 -MAINTAINER="pankso@slitaz.org"
    1.12 +SHORT_DESC="Tool to automate the compile/test cycle of code source"
    1.13 +MAINTAINER="devel@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15  WEB_SITE="http://buildbot.net/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18  WGET_URL="http://buildbot.googlecode.com/files/$TARBALL"
    1.19 -TAGS="python buildtools"
    1.20  
    1.21 -DEPENDS="python python-twisted"
    1.22  BUILD_DEPENDS="python python-dev"
    1.23  
    1.24 -# Rules to configure and make the package.
    1.25 -compile_rules()
    1.26 -{
    1.27 -	python setup.py install --root=$DESTDIR
    1.28 +compile_rules() {
    1.29 +	python -B setup.py install --root=$install || return 1
    1.30  
    1.31  	cook_pick_manpages docs/buildbot.1
    1.32  }
    1.33  
    1.34 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.35 -genpkg_rules()
    1.36 -{
    1.37 -	cp -a $install/* $fs
    1.38 -	rm -r $fs/usr/share/man
    1.39 +genpkg_rules() {
    1.40 +	copy @std
    1.41 +	DEPENDS="python python-twisted"
    1.42 +	TAGS="python buildtools"
    1.43  }