23 lines
648 B
Bash
23 lines
648 B
Bash
# Template file for 'axel'
|
|
pkgname=axel
|
|
version=2.13.1
|
|
revision=1
|
|
wrksrc=${pkgname}-${version}${_patch}
|
|
build_style=gnu-configure
|
|
conf_files=/etc/axelrc
|
|
hostmakedepends="automake libtool gettext-devel pkg-config"
|
|
makedepends="libressl-devel"
|
|
short_desc="Download accelerator for FTP and HTTP"
|
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|
license="GPL-2"
|
|
homepage="https://axel.alioth.debian.org/"
|
|
distfiles="${DEBIAN_SITE}/main/a/axel/axel_${version}.orig.tar.gz"
|
|
checksum=e19253223fc0a6d6142190661f9fcbd5809dc5acc5b7013c98c979673a2f7195
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vinstall doc/axelrc.example 644 etc axelrc
|
|
}
|