wok annotate ctorrent-dnh/receipt @ rev 22173

clementine: added build dependency chromaprint-dev
author Hans-G?nter Theisgen
date Fri Nov 08 14:48:56 2019 +0100 (2019-11-08)
parents a436a235f098
children 9af0e03b8ad0
rev   line source
pankso@575 1 # SliTaz package receipt.
pankso@575 2
pankso@575 3 PACKAGE="ctorrent-dnh"
pankso@1764 4 VERSION="3.3.2"
pankso@575 5 CATEGORY="network"
pankso@575 6 SHORT_DESC="Command line Bittorrent client."
pankso@575 7 MAINTAINER="pankso@slitaz.org"
pascal@14781 8 LICENSE="GPL2"
pankso@1764 9 TARBALL="${PACKAGE}$VERSION.tar.gz"
pankso@575 10 WEB_SITE="http://www.rahul.net/dholmes/ctorrent/"
pankso@1764 11 WGET_URL="$SF_MIRROR/dtorrent/$TARBALL"
pankso@575 12
pankso@575 13 # Rules to configure and make the package.
pankso@575 14 compile_rules()
pankso@575 15 {
pankso@575 16 ./configure \
pankso@575 17 --prefix=/usr \
pankso@575 18 --with-ssl=no \
pankso@575 19 $CONFIGURE_ARGS
pankso@575 20 make
pascal@14781 21 make DESTDIR=$DESTDIR install
pankso@575 22 }
pankso@575 23
pankso@575 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@575 25 genpkg_rules()
pankso@575 26 {
pankso@575 27 mkdir -p $fs/usr
pascal@14781 28 cp -a $install/usr/bin $fs/usr
pankso@1764 29 # Torrentbox
pankso@9697 30 cp $stuff/torrentbox $fs/usr/bin
pankso@575 31 }