# HG changeset patch # User Hans-G?nter Theisgen # Date 1573204163 -3600 # Node ID 8a056aec03a0fe40eeadb93e08ddf36f68e75bd4 # Parent ce1a118be92ef093bb98500468a34c81153f3299 bittorrent: added build dependency python-constantly diff -r ce1a118be92e -r 8a056aec03a0 bittorrent/receipt --- a/bittorrent/receipt Fri Nov 08 09:07:53 2019 +0100 +++ b/bittorrent/receipt Fri Nov 08 10:09:23 2019 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="bittorrent" -SOURCE="BitTorrent" VERSION="5.2.2" CATEGORY="network" SHORT_DESC="A tool for distributing files. Each new downloader add new upload capacity." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="other" +WEB_SITE="https://www.bittorrent.com/" + +SOURCE="BitTorrent" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://www.bittorrent.com/" WGET_URL="http://distro.ibiblio.org/sourcemage/mirror/fallback/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python twisted" +BUILD_DEPENDS="python python-constantly twisted" # Rules to configure and make the package. compile_rules()