# HG changeset patch # User Christopher Rogers # Date 1292315957 0 # Node ID daac75a89701a99ff059cb14dfe510b8b515dc9a # Parent c977a1979e50cb2c3139304b79bcbcbc55a18f1e Add buildbot-slave. diff -r c977a1979e50 -r daac75a89701 buildbot-slave/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/buildbot-slave/receipt Tue Dec 14 08:39:17 2010 +0000 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="buildbot-slave" +VERSION="0.8.2" +CATEGORY="development" +SHORT_DESC="Tool to automate the compile/test cycle of code source (slave part)." +MAINTAINER="pankso@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://buildbot.net/" +WGET_URL="$SF_MIRROR/buildbot/$TARBALL" +DEPENDS="python twisted" +BUILD_DEPENDS="python python-dev" +TAGS="python buildtools" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +}