# HG changeset patch
# User Christopher Rogers <slaxemulator@gmail.com>
# Date 1318814403 0
# Node ID b9fbbd0318abb7de915ed529aa12fcae10acd018
# Parent  a2f841097b9fdfc6516a570f61290289d50ec59b
Up: buildbot-slave to 0.8.5.

diff -r a2f841097b9f -r b9fbbd0318ab buildbot-slave/receipt
--- a/buildbot-slave/receipt	Mon Oct 17 01:17:49 2011 +0000
+++ b/buildbot-slave/receipt	Mon Oct 17 01:20:03 2011 +0000
@@ -1,13 +1,13 @@
 # SliTaz package receipt.
 
 PACKAGE="buildbot-slave"
-VERSION="0.8.2"
+VERSION="0.8.5"
 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"
+WGET_URL="http://buildbot.googlecode.com/files/$TARBALL"
 DEPENDS="python twisted"
 BUILD_DEPENDS="python python-dev"
 TAGS="python buildtools"
@@ -16,7 +16,7 @@
 compile_rules()
 {
 	cd $src
-	python setup.py install --root=$PWD/_pkg
+	python setup.py install --root=$DESTDIR
 }
 
 # Rules to gen a SliTaz package suitable for Tazpkg.