wok-6.x diff twisted/receipt @ rev 12237
uclibc-cross-compiler: update WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 09 15:07:54 2012 +0200 (2012-04-09) |
parents | c2ae1518a0d1 |
children | de49f29b101e |
line diff
1.1 --- a/twisted/receipt Sat Dec 04 09:51:59 2010 +0000 1.2 +++ b/twisted/receipt Mon Apr 09 15:07:54 2012 +0200 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.