wok view buildbot-slave/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents daac75a89701
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="buildbot-slave"
4 VERSION="0.8.5"
5 CATEGORY="development"
6 SHORT_DESC="Tool to automate the compile/test cycle of code source (slave part)."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://buildbot.net/"
10 WGET_URL="http://buildbot.googlecode.com/files/$TARBALL"
11 DEPENDS="python twisted"
12 BUILD_DEPENDS="python python-dev"
13 TAGS="python buildtools"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py install --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $_pkg/usr $fs
26 }