wok diff axel/receipt @ rev 21707

prosody: modified VERSION
author Hans-G?nter Theisgen
date Fri Jun 07 13:37:06 2019 +0100 (2019-06-07)
parents 6e8b1bcb30e2
children 2c876a16096d
line diff
     1.1 --- a/axel/receipt	Thu Jan 24 11:33:03 2019 +0100
     1.2 +++ b/axel/receipt	Fri Jun 07 13:37:06 2019 +0100
     1.3 @@ -1,22 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="axel"
     1.7 -VERSION="2.4"
     1.8 +VERSION="2.16.1"
     1.9  CATEGORY="network"
    1.10 +TAGS="web internet"
    1.11  SHORT_DESC="Download accelerator."
    1.12  MAINTAINER="rocky@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="https://github.com/axel-download-accelerator/axel"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WGET_URL="http://alioth.debian.org/frs/download.php/3015/$TARBALL"
    1.18 +WGET_URL="http://github.com/frs/axel-download-accelerator/$PACKAGE/releases/download/v$VERSION/$TARBALL"
    1.19  CONFIG_FILES="/etc/axelrc"
    1.20 -TAGS="web internet"
    1.21 +DEPENDS="openssl"
    1.22 +BUILD_DEPENDS="openssl-dev"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	./configure --prefix=/usr \
    1.28 -		--i18n=0 \
    1.29 +	./configure \
    1.30 +		--prefix=/usr \
    1.31 +		--disable-nls \
    1.32  		$CONFIGURE_ARGS &&
    1.33  	make &&
    1.34  	make install DESTDIR=$DESTDIR