# HG changeset patch # User Pascal Bellard # Date 1233846342 0 # Node ID aec4d3c7826a5a061bd698da038ac0fdd581a630 # Parent 0177abfea30726b0d7f60621d395ef23a0347dc1 Add twisted twisted-conch twisted-words twisted-web diff -r 0177abfea307 -r aec4d3c7826a twisted-conch/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/twisted-conch/receipt Thu Feb 05 15:05:42 2009 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="twisted-conch" +VERSION="8.2.0" +CATEGORY="network" +SHORT_DESC="The Twisted SSH Implementation." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="TwistedConch" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://twistedmatrix.com/trac/" +WGET_URL="http://tmrc.mit.edu/mirror/twisted/Conch/${VERSION%.*}/$TARBALL" +DEPENDS="python twisted pycrypto" +BUILD_DEPENDS="python twisted" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py build && python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} + diff -r 0177abfea307 -r aec4d3c7826a twisted-web/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/twisted-web/receipt Thu Feb 05 15:05:42 2009 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="twisted-web" +VERSION="8.2.0" +CATEGORY="network" +SHORT_DESC="An HTTP protocol implementation together with clients and servers." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="TwistedWeb" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://twistedmatrix.com/trac/" +WGET_URL="http://tmrc.mit.edu/mirror/twisted/Web/${VERSION%.*}/$TARBALL" +DEPENDS="python twisted" +BUILD_DEPENDS="python twisted" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py build && python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} + diff -r 0177abfea307 -r aec4d3c7826a twisted-words/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/twisted-words/receipt Thu Feb 05 15:05:42 2009 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="twisted-words" +VERSION="8.2.0" +CATEGORY="network" +SHORT_DESC="Chat and Instant Messaging." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="TwistedWords" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://twistedmatrix.com/trac/" +WGET_URL="http://tmrc.mit.edu/mirror/twisted/Words/${VERSION%.*}/$TARBALL" +DEPENDS="python twisted" +BUILD_DEPENDS="python twisted" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py build && python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} + diff -r 0177abfea307 -r aec4d3c7826a twisted/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/twisted/receipt Thu Feb 05 15:05:42 2009 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="twisted" +VERSION="8.2.0" +CATEGORY="network" +SHORT_DESC="Event-driven networking for internet applications." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="Twisted" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://twistedmatrix.com/trac/" +WGET_URL="http://tmrc.mit.edu/mirror/$PACKAGE/$SOURCE/${VERSION%.*}/$TARBALL" +DEPENDS="python zopeinterface" +BUILD_DEPENDS="python" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py build && python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} +