wok-4.x view buildbot-slave/receipt @ rev 9254

Up: xorg-xf86-input-mouse to 1.7.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Mar 14 20:56:22 2011 +0000 (2011-03-14)
parents
children b9fbbd0318ab
line source
1 # SliTaz package receipt.
3 PACKAGE="buildbot-slave"
4 VERSION="0.8.2"
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="$SF_MIRROR/buildbot/$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=$PWD/_pkg
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $_pkg/usr $fs
26 }