wok view bittorrent/receipt @ rev 19794

zerofree: add -lcom_err
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 23 11:10:10 2017 +0100 (2017-02-23)
parents
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="bittorrent"
4 SOURCE="BitTorrent"
5 VERSION="5.2.2"
6 CATEGORY="network"
7 SHORT_DESC="A tool for distributing files. Each new downloader add new upload capacity."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="other"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://www.bittorrent.com/"
12 WGET_URL="http://distro.ibiblio.org/sourcemage/mirror/fallback/$TARBALL"
14 DEPENDS="python"
15 BUILD_DEPENDS="python twisted"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }