wok view axel/receipt @ rev 21846

updated rox packages again (2.8 -> 2.11)
author Hans-G?nter Theisgen
date Sun Sep 15 11:17:50 2019 +0100 (2019-09-15)
parents 6e8b1bcb30e2
children 2c876a16096d
line source
1 # SliTaz package receipt.
3 PACKAGE="axel"
4 VERSION="2.16.1"
5 CATEGORY="network"
6 TAGS="web internet"
7 SHORT_DESC="Download accelerator."
8 MAINTAINER="rocky@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://github.com/axel-download-accelerator/axel"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://github.com/frs/axel-download-accelerator/$PACKAGE/releases/download/v$VERSION/$TARBALL"
14 CONFIG_FILES="/etc/axelrc"
15 DEPENDS="openssl"
16 BUILD_DEPENDS="openssl-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --prefix=/usr \
23 --disable-nls \
24 $CONFIGURE_ARGS &&
25 make &&
26 make install DESTDIR=$DESTDIR
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cook_copy_files axel axelrc
33 }