wok-current annotate buildbot-slave/receipt @ rev 16261
ARM: add most lxde componement
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 05 07:55:33 2014 +0200 (2014-04-05) |
parents | b9fbbd0318ab |
children | 16df76e1fc6a |
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" |
slaxemulator@7644 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
slaxemulator@7644 | 10 WEB_SITE="http://buildbot.net/" |
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@7644 | 20 cd $src |
slaxemulator@11073 | 21 python setup.py install --root=$DESTDIR |
slaxemulator@7644 | 22 } |
slaxemulator@7644 | 23 |
slaxemulator@7644 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@7644 | 25 genpkg_rules() |
slaxemulator@7644 | 26 { |
pascal@15579 | 27 cp -a $install/usr $fs |
slaxemulator@7644 | 28 } |