wok-next annotate buildbot-slave/receipt @ rev 20647
Up raptor (2.0.15), ruby (2.5.0), scons(3.0.0), screen (4.6.2), sharutils (4.15.2), slang (2.3.1), swig (3.0.12), sysstat (11.6.2), talloc (2.1.11), tcl (8.6.8), tidy-html5 (5.4.0), tk (8.6.8), udisks (1.0.5), unixODBC (2.3.5), unrar (5.5.8), upower (0.99.7), usbids (20180414), usbutils (009), vala (0.38.8), valgrind (3.13.0), wayland-protocols (1.13), yajl (2.1.0); add librep, rasqal, redland, rep-gtk.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu May 03 16:25:23 2018 +0300 (2018-05-03) |
parents | 16df76e1fc6a |
children | a3254b6a96ac |
rev | line source |
---|---|
slaxemulator@7644 | 1 # SliTaz package receipt. |
slaxemulator@7644 | 2 |
slaxemulator@7644 | 3 PACKAGE="buildbot-slave" |
slaxemulator@11073 | 4 VERSION="0.8.5" |
slaxemulator@7644 | 5 CATEGORY="development" |
slaxemulator@7644 | 6 SHORT_DESC="Tool to automate the compile/test cycle of code source (slave part)." |
slaxemulator@7644 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15579 | 8 LICENSE="GPL2" |
al@19288 | 9 WEB_SITE="http://buildbot.net/" |
slaxemulator@7644 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
slaxemulator@11073 | 11 WGET_URL="http://buildbot.googlecode.com/files/$TARBALL" |
pascal@15579 | 12 TAGS="python buildtools" |
pascal@15579 | 13 |
slaxemulator@7644 | 14 DEPENDS="python twisted" |
slaxemulator@7644 | 15 BUILD_DEPENDS="python python-dev" |
slaxemulator@7644 | 16 |
slaxemulator@7644 | 17 # Rules to configure and make the package. |
slaxemulator@7644 | 18 compile_rules() |
slaxemulator@7644 | 19 { |
slaxemulator@11073 | 20 python setup.py install --root=$DESTDIR |
al@19288 | 21 |
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 } |