wok-6.x diff bittorrent/receipt @ rev 23363
updated perl-log-agent (0.2.8 -> 1.003)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 11:09:53 2020 +0100 (2020-03-31) |
parents | a78610b2eb47 |
children | 104a2a2e5484 |
line diff
1.1 --- a/bittorrent/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/bittorrent/receipt Tue Mar 31 11:09:53 2020 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="bittorrent" 1.7 -SOURCE="BitTorrent" 1.8 VERSION="5.2.2" 1.9 CATEGORY="network" 1.10 SHORT_DESC="A tool for distributing files. Each new downloader add new upload capacity." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="other" 1.13 +WEB_SITE="https://www.bittorrent.com/" 1.14 + 1.15 +SOURCE="BitTorrent" 1.16 TARBALL="$SOURCE-$VERSION.tar.gz" 1.17 -WEB_SITE="https://www.bittorrent.com/" 1.18 WGET_URL="http://distro.ibiblio.org/sourcemage/mirror/fallback/$TARBALL" 1.19 1.20 DEPENDS="python" 1.21 -BUILD_DEPENDS="python twisted" 1.22 +BUILD_DEPENDS="python python-constantly twisted" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules()