23 lines
648 B
Bash
23 lines
648 B
Bash
# Template file for 'axel'
|
|
pkgname=axel
|
|
version=2.11
|
|
revision=2
|
|
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="7e528df719bad8041346a371290efd8d67959e935f6763ac977ba278d39f5a15"
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vinstall doc/axelrc.example 644 etc axelrc
|
|
}
|