wok-next view twisted/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 83f5a10c4dd7
children 7506b35e1c6f
line source
1 # SliTaz package receipt.
3 PACKAGE="twisted"
4 VERSION="13.2.0"
5 CATEGORY="network"
6 SHORT_DESC="Event-driven networking for internet applications."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 SOURCE="Twisted"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WEB_SITE="http://twistedmatrix.com/trac/"
12 WGET_URL="http://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL"
14 DEPENDS="python zopeinterface"
15 BUILD_DEPENDS="python python-dev zopeinterface"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py build && python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 }