wok annotate twisted/receipt @ rev 20423

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 09 12:16:16 2018 +0200 (2018-08-09)
parents 83f5a10c4dd7
children a78610b2eb47
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@2149 11 WEB_SITE="http://twistedmatrix.com/trac/"
slaxemulator@11070 12 WGET_URL="http://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 }