wok-next diff 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 diff
     1.1 --- a/ctorrent-dnh/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/ctorrent-dnh/receipt	Thu Oct 03 16:09:40 2019 +0100
     1.3 @@ -4,22 +4,22 @@
     1.4  VERSION="3.3.2"
     1.5  CATEGORY="network"
     1.6  SHORT_DESC="Command line Bittorrent client"
     1.7 -MAINTAINER="pankso@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10  WEB_SITE="http://www.rahul.net/dholmes/ctorrent/"
    1.11  
    1.12 -TARBALL="${PACKAGE}$VERSION.tar.gz"
    1.13 +TARBALL="$PACKAGE$VERSION.tar.gz"
    1.14  WGET_URL="$SF_MIRROR/dtorrent/$TARBALL"
    1.15  
    1.16  compile_rules() {
    1.17 -	mv ${PACKAGE}$VERSION $PACKAGE-$VERSION 2>/dev/null
    1.18 +	mv $PACKAGE$VERSION $PACKAGE-$VERSION 2>/dev/null
    1.19  	cd $src
    1.20  	./configure \
    1.21  		--prefix=/usr \
    1.22  		--with-ssl=no \
    1.23  		$CONFIGURE_ARGS &&
    1.24  	make &&
    1.25 -	make DESTDIR=$DESTDIR install
    1.26 +	make DESTDIR=$install install
    1.27  }
    1.28  
    1.29  genpkg_rules() {