# HG changeset patch # User Hans-G?nter Theisgen # Date 1592555562 -3600 # Node ID 662917c7348db700b951995231ca6f1a1385060a # Parent afd022d11fb35033a257e25cb70d2741e35efaa4 updated axel (2.16.1 -> 2.17.9) diff -r afd022d11fb3 -r 662917c7348d axel/receipt --- a/axel/receipt Fri Jun 19 09:01:08 2020 +0100 +++ b/axel/receipt Fri Jun 19 09:32:42 2020 +0100 @@ -1,29 +1,31 @@ # SliTaz package receipt v2. PACKAGE="axel" -VERSION="2.16.1" +VERSION="2.17.9" CATEGORY="network" +TAGS="web internet" SHORT_DESC="Download accelerator" -MAINTAINER="devel@slitaz.org" +MAINTAINER="maintainer@slitaz.org" LICENSE="GPL2" WEB_SITE="https://github.com/axel-download-accelerator/axel" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/axel-download-accelerator/axel/releases/download/v$VERSION/$TARBALL" -BUILD_DEPENDS="openssl-dev gettext-dev" +BUILD_DEPENDS="gettext-dev openssl-dev" -compile_rules() { +compile_rules() +{ ./configure $CONFIGURE_ARGS && make && make install || return 1 - install -Dm644 doc/axelrc.example $install/etc/axelrc + install -Dm644 doc/axelrc.example $install/etc/axelrc } -genpkg_rules() { +genpkg_rules() +{ copy @std DEPENDS="openssl" CONFIG_FILES="/etc/axelrc" - TAGS="web internet" }