wok annotate twisted/receipt @ rev 23691
updated tcllib (1.19 -> 1.20)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 27 06:38:55 2020 +0100 (2020-04-27) |
parents | 414bd6f4a481 |
children | 59ee8f109377 |
rev | line source |
---|---|
pascal@2149 | 1 # SliTaz package receipt. |
pascal@2149 | 2 |
pascal@2149 | 3 PACKAGE="twisted" |
Hans-G?nter@22064 | 4 VERSION="19.7.0" |
pascal@2149 | 5 CATEGORY="network" |
pascal@2149 | 6 SHORT_DESC="Event-driven networking for internet applications." |
pascal@2149 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15600 | 8 LICENSE="GPL2" |
Hans-G?nter@22064 | 9 WEB_SITE="https://twistedmatrix.com/trac/" |
Hans-G?nter@22064 | 10 |
pascal@2149 | 11 SOURCE="Twisted" |
pascal@2149 | 12 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@20669 | 13 WGET_URL="https://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL" |
pascal@15600 | 14 |
pascal@22461 | 15 DEPENDS="python-incremental python-attrs python-constantly zopeinterface" |
pascal@23629 | 16 BUILD_DEPENDS="python python-dev python-setuptools python-pip zopeinterface" |
pascal@2149 | 17 |
pascal@2149 | 18 # Rules to configure and make the package. |
pascal@2149 | 19 compile_rules() |
pascal@2149 | 20 { |
Hans-G?nter@22064 | 21 python setup.py build && |
Hans-G?nter@22064 | 22 python setup.py install --root=$DESTDIR |
pascal@2149 | 23 } |
pascal@2149 | 24 |
pascal@2149 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2149 | 26 genpkg_rules() |
pascal@2149 | 27 { |
pascal@15600 | 28 cp -a $install/usr $fs |
pascal@2149 | 29 } |