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

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents a436a235f098
children d5aab818505e
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="pankso@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=$DESTDIR 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 }