wok diff buildbot/receipt @ rev 19288

Check manpages... to cgames.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 06 10:09:09 2016 +0300 (2016-07-06)
parents 16df76e1fc6a
children bbebd07cdfe5
line diff
     1.1 --- a/buildbot/receipt	Fri May 22 17:34:18 2015 +0300
     1.2 +++ b/buildbot/receipt	Wed Jul 06 10:09:09 2016 +0300
     1.3 @@ -6,8 +6,8 @@
     1.4  SHORT_DESC="Tool to automate the compile/test cycle of code source."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 +WEB_SITE="http://buildbot.net/"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9 -WEB_SITE="http://buildbot.net/"
    1.10  WGET_URL="http://buildbot.googlecode.com/files/$TARBALL"
    1.11  TAGS="python buildtools"
    1.12  
    1.13 @@ -18,10 +18,13 @@
    1.14  compile_rules()
    1.15  {
    1.16  	python setup.py install --root=$DESTDIR
    1.17 +
    1.18 +	cook_pick_manpages docs/buildbot.1
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	cp -a $install/usr $fs
    1.25 +	cp -a $install/* $fs
    1.26 +	rm $fs/usr/share/man
    1.27  }