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