wok diff twisted/receipt @ rev 15416

Up: thunderbird-langpack-en_US (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:37 2013 +0100 (2013-11-03)
parents c2ae1518a0d1
children de49f29b101e
line diff
     1.1 --- a/twisted/receipt	Sat Dec 04 09:51:59 2010 +0000
     1.2 +++ b/twisted/receipt	Sun Nov 03 21:52:37 2013 +0100
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="twisted"
     1.7 -VERSION="10.2.0"
     1.8 +VERSION="11.0.0"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Event-driven networking for internet applications."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  SOURCE="Twisted"
    1.13  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.14  WEB_SITE="http://twistedmatrix.com/trac/"
    1.15 -WGET_URL="http://tmrc.mit.edu/mirror/$PACKAGE/$SOURCE/${VERSION%.*}/$TARBALL"
    1.16 +WGET_URL="http://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL"
    1.17  DEPENDS="python zopeinterface"
    1.18  BUILD_DEPENDS="python python-dev"
    1.19  
    1.20 @@ -16,7 +16,7 @@
    1.21  compile_rules()
    1.22  {
    1.23  	cd $src
    1.24 -	python setup.py build && python setup.py install --root=$PWD/_pkg
    1.25 +	python setup.py build && python setup.py install --root=$DESTDIR
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.