wok-6.x rev 11070

Up: twisted to 11.0.0. Twisted-conch, twisted-web, and twisted-words is now in twisted.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 17 01:15:21 2011 +0000 (2011-10-17)
parents 0ddab69c0096
children d93669633705
files twisted-conch/receipt twisted-web/receipt twisted-words/receipt twisted/receipt
line diff
     1.1 --- a/twisted-conch/receipt	Mon Oct 17 01:02:33 2011 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,27 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="twisted-conch"
     1.7 -VERSION="10.2.0"
     1.8 -CATEGORY="network"
     1.9 -SHORT_DESC="The Twisted SSH Implementation."
    1.10 -MAINTAINER="pascal.bellard@slitaz.org"
    1.11 -SOURCE="TwistedConch"
    1.12 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.13 -WEB_SITE="http://twistedmatrix.com/trac/"
    1.14 -WGET_URL="http://tmrc.mit.edu/mirror/twisted/Conch/${VERSION%.*}/$TARBALL"
    1.15 -DEPENDS="python twisted pycrypto"
    1.16 -BUILD_DEPENDS="python python-dev twisted"
    1.17 -
    1.18 -# Rules to configure and make the package.
    1.19 -compile_rules()
    1.20 -{
    1.21 -	cd $src
    1.22 -	python setup.py build && python setup.py install --root=$PWD/_pkg
    1.23 -}
    1.24 -
    1.25 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 -genpkg_rules()
    1.27 -{
    1.28 -	cp -a $_pkg/usr $fs
    1.29 -}
    1.30 -
     2.1 --- a/twisted-web/receipt	Mon Oct 17 01:02:33 2011 +0000
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,27 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="twisted-web"
     2.7 -VERSION="10.2.0"
     2.8 -CATEGORY="network"
     2.9 -SHORT_DESC="An HTTP protocol implementation together with clients and servers."
    2.10 -MAINTAINER="pascal.bellard@slitaz.org"
    2.11 -SOURCE="TwistedWeb"
    2.12 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.13 -WEB_SITE="http://twistedmatrix.com/trac/"
    2.14 -WGET_URL="http://tmrc.mit.edu/mirror/twisted/Web/${VERSION%.*}/$TARBALL"
    2.15 -DEPENDS="python twisted"
    2.16 -BUILD_DEPENDS="$DEPENDS python-dev"
    2.17 -
    2.18 -# Rules to configure and make the package.
    2.19 -compile_rules()
    2.20 -{
    2.21 -	cd $src
    2.22 -	python setup.py build && python setup.py install --root=$PWD/_pkg
    2.23 -}
    2.24 -
    2.25 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.26 -genpkg_rules()
    2.27 -{
    2.28 -	cp -a $_pkg/usr $fs
    2.29 -}
    2.30 -
     3.1 --- a/twisted-words/receipt	Mon Oct 17 01:02:33 2011 +0000
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,27 +0,0 @@
     3.4 -# SliTaz package receipt.
     3.5 -
     3.6 -PACKAGE="twisted-words"
     3.7 -VERSION="10.2.0"
     3.8 -CATEGORY="network"
     3.9 -SHORT_DESC="Chat and Instant Messaging."
    3.10 -MAINTAINER="pascal.bellard@slitaz.org"
    3.11 -SOURCE="TwistedWords"
    3.12 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    3.13 -WEB_SITE="http://twistedmatrix.com/trac/"
    3.14 -WGET_URL="http://tmrc.mit.edu/mirror/twisted/Words/${VERSION%.*}/$TARBALL"
    3.15 -DEPENDS="python twisted"
    3.16 -BUILD_DEPENDS="$DEPENDS python-dev"
    3.17 -
    3.18 -# Rules to configure and make the package.
    3.19 -compile_rules()
    3.20 -{
    3.21 -	cd $src
    3.22 -	python setup.py build && python setup.py install --root=$PWD/_pkg
    3.23 -}
    3.24 -
    3.25 -# Rules to gen a SliTaz package suitable for Tazpkg.
    3.26 -genpkg_rules()
    3.27 -{
    3.28 -	cp -a $_pkg/usr $fs
    3.29 -}
    3.30 -
     4.1 --- a/twisted/receipt	Mon Oct 17 01:02:33 2011 +0000
     4.2 +++ b/twisted/receipt	Mon Oct 17 01:15:21 2011 +0000
     4.3 @@ -1,14 +1,14 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="twisted"
     4.7 -VERSION="10.2.0"
     4.8 +VERSION="11.0.0"
     4.9  CATEGORY="network"
    4.10  SHORT_DESC="Event-driven networking for internet applications."
    4.11  MAINTAINER="pascal.bellard@slitaz.org"
    4.12  SOURCE="Twisted"
    4.13  TARBALL="$SOURCE-$VERSION.tar.bz2"
    4.14  WEB_SITE="http://twistedmatrix.com/trac/"
    4.15 -WGET_URL="http://tmrc.mit.edu/mirror/$PACKAGE/$SOURCE/${VERSION%.*}/$TARBALL"
    4.16 +WGET_URL="http://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL"
    4.17  DEPENDS="python zopeinterface"
    4.18  BUILD_DEPENDS="python python-dev"
    4.19  
    4.20 @@ -16,7 +16,7 @@
    4.21  compile_rules()
    4.22  {
    4.23  	cd $src
    4.24 -	python setup.py build && python setup.py install --root=$PWD/_pkg
    4.25 +	python setup.py build && python setup.py install --root=$DESTDIR
    4.26  }
    4.27  
    4.28  # Rules to gen a SliTaz package suitable for Tazpkg.