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