wok rev 11073

Up: buildbot-slave to 0.8.5.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 17 01:20:03 2011 +0000 (2011-10-17)
parents a2f841097b9f
children 8a4997fbdd88
files buildbot-slave/receipt
line diff
     1.1 --- a/buildbot-slave/receipt	Mon Oct 17 01:17:49 2011 +0000
     1.2 +++ b/buildbot-slave/receipt	Mon Oct 17 01:20:03 2011 +0000
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="buildbot-slave"
     1.7 -VERSION="0.8.2"
     1.8 +VERSION="0.8.5"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Tool to automate the compile/test cycle of code source (slave part)."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13  WEB_SITE="http://buildbot.net/"
    1.14 -WGET_URL="$SF_MIRROR/buildbot/$TARBALL"
    1.15 +WGET_URL="http://buildbot.googlecode.com/files/$TARBALL"
    1.16  DEPENDS="python twisted"
    1.17  BUILD_DEPENDS="python python-dev"
    1.18  TAGS="python buildtools"
    1.19 @@ -16,7 +16,7 @@
    1.20  compile_rules()
    1.21  {
    1.22  	cd $src
    1.23 -	python setup.py install --root=$PWD/_pkg
    1.24 +	python setup.py install --root=$DESTDIR
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.