wok view bittorrent/receipt @ rev 21807

Up vlc (3.0.6) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 16 08:34:09 2019 +0200 (2019-08-16)
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 }