wok-next diff axel/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/axel/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/axel/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -1,29 +1,31 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="axel" 1.7 -VERSION="2.16.1" 1.8 +VERSION="2.17.9" 1.9 CATEGORY="network" 1.10 +TAGS="web internet" 1.11 SHORT_DESC="Download accelerator" 1.12 -MAINTAINER="devel@slitaz.org" 1.13 +MAINTAINER="maintainer@slitaz.org" 1.14 LICENSE="GPL2" 1.15 WEB_SITE="https://github.com/axel-download-accelerator/axel" 1.16 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 WGET_URL="https://github.com/axel-download-accelerator/axel/releases/download/v$VERSION/$TARBALL" 1.19 1.20 -BUILD_DEPENDS="openssl-dev gettext-dev" 1.21 +BUILD_DEPENDS="gettext-dev openssl-dev" 1.22 1.23 -compile_rules() { 1.24 +compile_rules() 1.25 +{ 1.26 ./configure $CONFIGURE_ARGS && 1.27 make && 1.28 make install || return 1 1.29 1.30 - install -Dm644 doc/axelrc.example $install/etc/axelrc 1.31 + install -Dm644 doc/axelrc.example $install/etc/axelrc 1.32 } 1.33 1.34 -genpkg_rules() { 1.35 +genpkg_rules() 1.36 +{ 1.37 copy @std 1.38 DEPENDS="openssl" 1.39 CONFIG_FILES="/etc/axelrc" 1.40 - TAGS="web internet" 1.41 }