# HG changeset patch # User Christopher Rogers # Date 1318814269 0 # Node ID a2f841097b9fdfc6516a570f61290289d50ec59b # Parent d936696337058666be63cc410ae76770fa7c61da Up: buildbot to 0.8.5. diff -r d93669633705 -r a2f841097b9f buildbot/receipt --- a/buildbot/receipt Mon Oct 17 01:16:34 2011 +0000 +++ b/buildbot/receipt Mon Oct 17 01:17:49 2011 +0000 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="buildbot" -VERSION="0.8.2" +VERSION="0.8.5" 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" +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.