wok-6.x diff ctorrent-dnh/receipt @ rev 14993
iptraf: update receipt
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sat Aug 10 02:01:31 2013 +0000 (2013-08-10) |
parents | a1644dbcf632 |
children | e6a4cd87fdcb |
line diff
1.1 --- a/ctorrent-dnh/receipt Sat May 07 23:47:19 2011 +0200 1.2 +++ b/ctorrent-dnh/receipt Sat Aug 10 02:01:31 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Command line Bittorrent client." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="${PACKAGE}$VERSION.tar.gz" 1.9 WEB_SITE="http://www.rahul.net/dholmes/ctorrent/" 1.10 WGET_URL="$SF_MIRROR/dtorrent/$TARBALL" 1.11 @@ -19,14 +20,14 @@ 1.12 --with-ssl=no \ 1.13 $CONFIGURE_ARGS 1.14 make 1.15 - make DESTDIR=$PWD/_pkg install 1.16 + make DESTDIR=$DESTDIR install 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr 1.23 - cp -a $_pkg/usr/bin $fs/usr 1.24 + cp -a $install/usr/bin $fs/usr 1.25 # Torrentbox 1.26 cp $stuff/torrentbox $fs/usr/bin 1.27 }