wok-next annotate bittorrent/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents a3254b6a96ac
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@16787 2
pascal@16787 3 PACKAGE="bittorrent"
pascal@16787 4 VERSION="5.2.2"
pascal@16787 5 CATEGORY="network"
al@21020 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"
al@21020 9 WEB_SITE="https://www.bittorrent.com/"
al@21020 10
al@21020 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
al@20976 15 BUILD_DEPENDS="python python-twisted"
pascal@16787 16
al@21020 17 compile_rules() {
al@21020 18 python -B setup.py install --root=$install
pascal@16787 19 }
pascal@16787 20
al@21020 21 genpkg_rules() {
pascal@16787 22 cp -a $install/* $fs
al@21020 23 DEPENDS="python"
pascal@16787 24 }