wok diff ctorrent-dnh/receipt @ rev 19731

emacs: fix genpkg_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 17 11:39:45 2017 +0100 (2017-02-17)
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	Fri Feb 17 11:39:45 2017 +0100
     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  }