# HG changeset patch # User Christophe Lincoln # Date 1243968493 -7200 # Node ID f9339b3452125fe24418a817ac6b946f26d6f30b # Parent cd3d05c60ee7885279878eced37aede31bb57878 Add buildbot (Going to automate/test SliTaz build) diff -r cd3d05c60ee7 -r f9339b345212 buildbot/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/buildbot/receipt Tue Jun 02 20:48:13 2009 +0200 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="buildbot" +VERSION="0.7.10p1" +CATEGORY="development" +SHORT_DESC="Tool to automate the compile/test cycle of code source." +MAINTAINER="pankso@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://buildbot.net/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="python twisted" +BUILD_DEPENDS="python python-dev" +TAGS="python" + +# 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 +}