wok-next view ctorrent-dnh/receipt @ rev 21196

updated scrollz again (2.2.3 -> 2.3)
author Hans-G?nter Theisgen
date Thu Oct 03 16:09:40 2019 +0100 (2019-10-03)
parents f48456621a9d
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ctorrent-dnh"
4 VERSION="3.3.2"
5 CATEGORY="network"
6 SHORT_DESC="Command line Bittorrent client"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.rahul.net/dholmes/ctorrent/"
11 TARBALL="$PACKAGE$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/dtorrent/$TARBALL"
14 compile_rules() {
15 mv $PACKAGE$VERSION $PACKAGE-$VERSION 2>/dev/null
16 cd $src
17 ./configure \
18 --prefix=/usr \
19 --with-ssl=no \
20 $CONFIGURE_ARGS &&
21 make &&
22 make DESTDIR=$install install
23 }
25 genpkg_rules() {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 # Torrentbox
29 cp $stuff/torrentbox $fs/usr/bin
30 }