wok diff buildbot-slave/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents daac75a89701
children eb8067417980
line diff
     1.1 --- a/buildbot-slave/receipt	Tue Dec 14 08:39:17 2010 +0000
     1.2 +++ b/buildbot-slave/receipt	Thu Oct 04 11:53:21 2012 +0200
     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.