wok-next view bittorrent/receipt @ rev 20976

Follow recent changes in the Python renames
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Sep 25 17:35:51 2018 +0300 (2018-09-25)
parents a3c581bf52b8
children d5aab818505e
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 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 }