wok annotate buildbot/receipt @ rev 19204
linld/tobzimage: add realmode_switch support (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 11 20:26:42 2016 +0200 (2016-06-11) |
parents | eb8067417980 |
children | a511baf85854 |
rev | line source |
---|---|
pankso@3281 | 1 # SliTaz package receipt. |
pankso@3281 | 2 |
pankso@3281 | 3 PACKAGE="buildbot" |
slaxemulator@11072 | 4 VERSION="0.8.5" |
pankso@3281 | 5 CATEGORY="development" |
pankso@3281 | 6 SHORT_DESC="Tool to automate the compile/test cycle of code source." |
pankso@3281 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15579 | 8 LICENSE="GPL2" |
pankso@3281 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@3281 | 10 WEB_SITE="http://buildbot.net/" |
slaxemulator@11072 | 11 WGET_URL="http://buildbot.googlecode.com/files/$TARBALL" |
pascal@15579 | 12 TAGS="python buildtools" |
pascal@15579 | 13 |
pankso@3281 | 14 DEPENDS="python twisted" |
pankso@3281 | 15 BUILD_DEPENDS="python python-dev" |
pankso@3281 | 16 |
pankso@3281 | 17 # Rules to configure and make the package. |
pankso@3281 | 18 compile_rules() |
pankso@3281 | 19 { |
slaxemulator@11072 | 20 python setup.py install --root=$DESTDIR |
pankso@3281 | 21 } |
pankso@3281 | 22 |
pankso@3281 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@3281 | 24 genpkg_rules() |
pankso@3281 | 25 { |
pascal@15579 | 26 cp -a $install/usr $fs |
pankso@3281 | 27 } |