# HG changeset patch # User Hans-G?nter Theisgen # Date 1549727806 -3600 # Node ID 36c11ae1b7bbaf3dc7367c1220cc72ff977f1d41 # Parent ffecf6ac8f6b4226abe42f35bec8d866a33a7d36 updated axel (2.4 -> 2.16.1) diff -r ffecf6ac8f6b -r 36c11ae1b7bb axel/receipt --- a/axel/receipt Sat Feb 09 16:21:15 2019 +0100 +++ b/axel/receipt Sat Feb 09 16:56:46 2019 +0100 @@ -1,22 +1,26 @@ # SliTaz package receipt. PACKAGE="axel" -VERSION="2.4" +VERSION="2.16.1" CATEGORY="network" +TAGS="web internet" SHORT_DESC="Download accelerator." MAINTAINER="rocky@slitaz.org" LICENSE="GPL2" WEB_SITE="https://github.com/axel-download-accelerator/axel" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://alioth.debian.org/frs/download.php/3015/$TARBALL" +WGET_URL="http://github.com/frs/axel-download-accelerator/$PACKAGE/releases/download/v$VERSION/$TARBALL" CONFIG_FILES="/etc/axelrc" -TAGS="web internet" +DEPENDS="openssl" +BUILD_DEPENDS="openssl-dev" # Rules to configure and make the package. compile_rules() { - ./configure --prefix=/usr \ - --i18n=0 \ + ./configure \ + --prefix=/usr \ + --disable-nls \ $CONFIGURE_ARGS && make && make install DESTDIR=$DESTDIR