wok annotate bittorrent/receipt @ rev 19859

tazweb: up to 1.12
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 18 15:33:58 2017 +0100 (2017-03-18)
parents
children a78610b2eb47
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@16787 11 WEB_SITE="http://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 }