wok-stable rev 2149
Add twisted twisted-conch twisted-words twisted-web
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 05 15:05:42 2009 +0000 (2009-02-05) |
parents | 0177abfea307 |
children | 9241ac41c567 |
files | twisted-conch/receipt twisted-web/receipt twisted-words/receipt twisted/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/twisted-conch/receipt Thu Feb 05 15:05:42 2009 +0000 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="twisted-conch" 1.7 +VERSION="8.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 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 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/twisted-web/receipt Thu Feb 05 15:05:42 2009 +0000 2.3 @@ -0,0 +1,27 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="twisted-web" 2.7 +VERSION="8.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="python twisted" 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 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/twisted-words/receipt Thu Feb 05 15:05:42 2009 +0000 3.3 @@ -0,0 +1,27 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="twisted-words" 3.7 +VERSION="8.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="python twisted" 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 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/twisted/receipt Thu Feb 05 15:05:42 2009 +0000 4.3 @@ -0,0 +1,27 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="twisted" 4.7 +VERSION="8.2.0" 4.8 +CATEGORY="network" 4.9 +SHORT_DESC="Event-driven networking for internet applications." 4.10 +MAINTAINER="pascal.bellard@slitaz.org" 4.11 +SOURCE="Twisted" 4.12 +TARBALL="$SOURCE-$VERSION.tar.bz2" 4.13 +WEB_SITE="http://twistedmatrix.com/trac/" 4.14 +WGET_URL="http://tmrc.mit.edu/mirror/$PACKAGE/$SOURCE/${VERSION%.*}/$TARBALL" 4.15 +DEPENDS="python zopeinterface" 4.16 +BUILD_DEPENDS="python" 4.17 + 4.18 +# Rules to configure and make the package. 4.19 +compile_rules() 4.20 +{ 4.21 + cd $src 4.22 + python setup.py build && python setup.py install --root=$PWD/_pkg 4.23 +} 4.24 + 4.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.26 +genpkg_rules() 4.27 +{ 4.28 + cp -a $_pkg/usr $fs 4.29 +} 4.30 +