wok diff axel/receipt @ rev 23692

updated tcplay (2.0 -> 3.3)
author Hans-G?nter Theisgen
date Mon Apr 27 06:44:33 2020 +0100 (2020-04-27)
parents 36c11ae1b7bb
children 35292b022843
line diff
     1.1 --- a/axel/receipt	Sat Feb 09 16:56:46 2019 +0100
     1.2 +++ b/axel/receipt	Mon Apr 27 06:44:33 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="axel"
     1.7 -VERSION="2.16.1"
     1.8 +VERSION="2.17.6"
     1.9  CATEGORY="network"
    1.10  TAGS="web internet"
    1.11  SHORT_DESC="Download accelerator."
    1.12 @@ -10,17 +10,19 @@
    1.13  WEB_SITE="https://github.com/axel-download-accelerator/axel"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WGET_URL="http://github.com/frs/axel-download-accelerator/$PACKAGE/releases/download/v$VERSION/$TARBALL"
    1.17 -CONFIG_FILES="/etc/axelrc"
    1.18 +WGET_URL="$WEB_SITE/releases/download/v$VERSION/$TARBALL"
    1.19 +
    1.20  DEPENDS="openssl"
    1.21  BUILD_DEPENDS="openssl-dev"
    1.22  
    1.23 +CONFIG_FILES="/etc/axelrc"
    1.24 +
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	./configure \
    1.29 -		--prefix=/usr \
    1.30 -		--disable-nls \
    1.31 +	./configure		\
    1.32 +		--prefix=/usr	\
    1.33 +		--disable-nls	\
    1.34  		$CONFIGURE_ARGS &&
    1.35  	make &&
    1.36  	make install DESTDIR=$DESTDIR