wok-6.x annotate buildbot-slave/receipt @ rev 23426
updated php packages (7.3.16 -> 7.4.4)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 01 15:23:29 2020 +0100 (2020-04-01) |
parents | a511baf85854 |
children | 104a2a2e5484 |
rev | line source |
---|---|
slaxemulator@7644 | 1 # SliTaz package receipt. |
slaxemulator@7644 | 2 |
slaxemulator@7644 | 3 PACKAGE="buildbot-slave" |
Hans-G?nter@22567 | 4 VERSION="0.8.14" |
slaxemulator@7644 | 5 CATEGORY="development" |
Hans-G?nter@22567 | 6 TAGS="python buildtools" |
Hans-G?nter@22567 | 7 SHORT_DESC="Tool to automate the compile and test cycle of source code (slave part)." |
slaxemulator@7644 | 8 MAINTAINER="pankso@slitaz.org" |
pascal@15579 | 9 LICENSE="GPL2" |
Hans-G?nter@22567 | 10 WEB_SITE="https://www.buildbot.net/" |
Hans-G?nter@22567 | 11 |
slaxemulator@7644 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@22567 | 13 WGET_URL="https://pypi.python.org/packages/source/b/$PACKAGE/$TARBALL" |
pascal@15579 | 14 |
slaxemulator@7644 | 15 DEPENDS="python twisted" |
slaxemulator@7644 | 16 BUILD_DEPENDS="python python-dev" |
slaxemulator@7644 | 17 |
slaxemulator@7644 | 18 # Rules to configure and make the package. |
slaxemulator@7644 | 19 compile_rules() |
slaxemulator@7644 | 20 { |
slaxemulator@11073 | 21 python setup.py install --root=$DESTDIR |
al@19288 | 22 cook_pick_manpages docs/buildslave.1 |
slaxemulator@7644 | 23 } |
slaxemulator@7644 | 24 |
slaxemulator@7644 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@7644 | 26 genpkg_rules() |
slaxemulator@7644 | 27 { |
pascal@15579 | 28 cp -a $install/usr $fs |
slaxemulator@7644 | 29 } |