wok view ctorrent-dnh/receipt @ rev 20593

fwbuilder: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 15 23:50:50 2018 +0100 (2018-12-15)
parents a1644dbcf632
children e6a4cd87fdcb
line source
1 # SliTaz package receipt.
3 PACKAGE="ctorrent-dnh"
4 VERSION="3.3.2"
5 CATEGORY="network"
6 SHORT_DESC="Command line Bittorrent client."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="${PACKAGE}$VERSION.tar.gz"
10 WEB_SITE="http://www.rahul.net/dholmes/ctorrent/"
11 WGET_URL="$SF_MIRROR/dtorrent/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 mv ${PACKAGE}$VERSION $PACKAGE-$VERSION 2>/dev/null
17 cd $src
18 ./configure \
19 --prefix=/usr \
20 --with-ssl=no \
21 $CONFIGURE_ARGS
22 make
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $install/usr/bin $fs/usr
31 # Torrentbox
32 cp $stuff/torrentbox $fs/usr/bin
33 }