wok view twisted/receipt @ 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 c2ae1518a0d1
children de49f29b101e
line source
1 # SliTaz package receipt.
3 PACKAGE="twisted"
4 VERSION="11.0.0"
5 CATEGORY="network"
6 SHORT_DESC="Event-driven networking for internet applications."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="Twisted"
9 TARBALL="$SOURCE-$VERSION.tar.bz2"
10 WEB_SITE="http://twistedmatrix.com/trac/"
11 WGET_URL="http://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL"
12 DEPENDS="python zopeinterface"
13 BUILD_DEPENDS="python python-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py build && python setup.py install --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $_pkg/usr $fs
26 }