wok diff buildbot/receipt @ rev 15020

airpwn: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 11 17:42:17 2013 +0000 (2013-08-11)
parents c977a1979e50
children eb8067417980
line diff
     1.1 --- a/buildbot/receipt	Tue Dec 14 08:29:18 2010 +0000
     1.2 +++ b/buildbot/receipt	Sun Aug 11 17:42:17 2013 +0000
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="buildbot"
     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."
    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/$PACKAGE/$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.