wok annotate twisted/receipt @ rev 21666
updated pciutils and pciutils-dev (3.2.1 -> 3.6.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jun 01 14:00:45 2019 +0100 (2019-06-01) |
parents | 7390f8de9846 |
children | c599e279dd2d |
rev | line source |
---|---|
pascal@2149 | 1 # SliTaz package receipt. |
pascal@2149 | 2 |
pascal@2149 | 3 PACKAGE="twisted" |
slaxemulator@15848 | 4 VERSION="13.2.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" |
pascal@2149 | 9 SOURCE="Twisted" |
pascal@2149 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@20669 | 11 WEB_SITE="https://twistedmatrix.com/trac/" |
pascal@20669 | 12 WGET_URL="https://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL" |
pascal@15600 | 13 |
pascal@2149 | 14 DEPENDS="python zopeinterface" |
slaxemulator@15854 | 15 BUILD_DEPENDS="python python-dev zopeinterface" |
pascal@2149 | 16 |
pascal@2149 | 17 # Rules to configure and make the package. |
pascal@2149 | 18 compile_rules() |
pascal@2149 | 19 { |
slaxemulator@11070 | 20 python setup.py build && python setup.py install --root=$DESTDIR |
pascal@2149 | 21 } |
pascal@2149 | 22 |
pascal@2149 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2149 | 24 genpkg_rules() |
pascal@2149 | 25 { |
pascal@15600 | 26 cp -a $install/usr $fs |
pascal@2149 | 27 } |