wok-current annotate buildbot-slave/receipt @ rev 15255
gammu: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 23 21:06:53 2013 +0000 (2013-09-23) |
parents | daac75a89701 |
children | eb8067417980 |
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" |
slaxemulator@7644 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
slaxemulator@7644 | 9 WEB_SITE="http://buildbot.net/" |
slaxemulator@11073 | 10 WGET_URL="http://buildbot.googlecode.com/files/$TARBALL" |
slaxemulator@7644 | 11 DEPENDS="python twisted" |
slaxemulator@7644 | 12 BUILD_DEPENDS="python python-dev" |
slaxemulator@7644 | 13 TAGS="python buildtools" |
slaxemulator@7644 | 14 |
slaxemulator@7644 | 15 # Rules to configure and make the package. |
slaxemulator@7644 | 16 compile_rules() |
slaxemulator@7644 | 17 { |
slaxemulator@7644 | 18 cd $src |
slaxemulator@11073 | 19 python setup.py install --root=$DESTDIR |
slaxemulator@7644 | 20 } |
slaxemulator@7644 | 21 |
slaxemulator@7644 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@7644 | 23 genpkg_rules() |
slaxemulator@7644 | 24 { |
slaxemulator@7644 | 25 cp -a $_pkg/usr $fs |
slaxemulator@7644 | 26 } |