wok view ctorrent-dnh/receipt @ rev 21922

Add get-pcem-roms (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 05 18:31:33 2019 +0200 (2019-10-05)
parents a436a235f098
children 9af0e03b8ad0
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 ./configure \
17 --prefix=/usr \
18 --with-ssl=no \
19 $CONFIGURE_ARGS
20 make
21 make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/bin $fs/usr
29 # Torrentbox
30 cp $stuff/torrentbox $fs/usr/bin
31 }