wok annotate bittorrent/receipt @ rev 20342
typos
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Fri Jun 08 09:50:56 2018 +0000 (2018-06-08) |
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 } |