wok view bittorrent/receipt @ rev 21927

updated socat (2.0.0-b7 -> 2.0.0-b8)
author Hans-G?nter Theisgen
date Sat Oct 05 21:31:52 2019 +0100 (2019-10-05)
parents 9d845308f226
children 8a056aec03a0
line source
1 # SliTaz package receipt.
3 PACKAGE="bittorrent"
4 SOURCE="BitTorrent"
5 VERSION="5.2.2"
6 CATEGORY="network"
7 SHORT_DESC="A tool for distributing files. Each new downloader add new upload capacity."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="other"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="https://www.bittorrent.com/"
12 WGET_URL="http://distro.ibiblio.org/sourcemage/mirror/fallback/$TARBALL"
14 DEPENDS="python"
15 BUILD_DEPENDS="python twisted"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }