wok annotate buildbot/receipt @ rev 23069

scilab: update for hdf5
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 10 08:35:31 2020 +0100 (2020-03-10)
parents bbebd07cdfe5
children 5ea0ce1cecc0
rev   line source
pankso@3281 1 # SliTaz package receipt.
pankso@3281 2
pankso@3281 3 PACKAGE="buildbot"
Hans-G?nter@22566 4 VERSION="2.5.1"
pankso@3281 5 CATEGORY="development"
Hans-G?nter@22566 6 TAGS="python buildtools"
Hans-G?nter@22566 7 SHORT_DESC="Tool to automate the compile and test cycle of source code."
pankso@3281 8 MAINTAINER="pankso@slitaz.org"
pascal@15579 9 LICENSE="GPL2"
Hans-G?nter@22566 10 WEB_SITE="https://www.buildbot.net/"
Hans-G?nter@22566 11
pankso@3281 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@22566 13 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL"
pascal@15579 14
Hans-G?nter@22566 15 DEPENDS="py3k twisted"
Hans-G?nter@22566 16 BUILD_DEPENDS="py3k py3k-dev python-setuptools"
pankso@3281 17
pankso@3281 18 # Rules to configure and make the package.
pankso@3281 19 compile_rules()
pankso@3281 20 {
Hans-G?nter@22566 21 python3 setup.py install --root=$DESTDIR
al@19288 22 cook_pick_manpages docs/buildbot.1
pankso@3281 23 }
pankso@3281 24
pankso@3281 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@3281 26 genpkg_rules()
pankso@3281 27 {
Hans-G?nter@22566 28 cp -a $install/* $fs
Hans-G?nter@22566 29 rm -r $fs/usr/share/man
pankso@3281 30 }