# Template file for 'axel' pkgname=axel version=2.7 revision=1 wrksrc=${pkgname}-${version}${_patch} build_style=gnu-configure conf_files=/etc/axelrc hostmakedepends="automake libtool gettext-devel pkg-config" short_desc="Download accelerator for FTP and HTTP" maintainer="Jürgen Buchmüller " license="GPL-2" homepage="https://axel.alioth.debian.org/" distfiles="${DEBIAN_SITE}/main/a/axel/axel_${version}.orig.tar.gz" checksum="807283be27fc2775453f3eb3a8ef6bf4e0332fed4d374892bb95b347ee229d9c" pre_configure() { ./autogen.sh } post_install() { vinstall doc/axelrc.example 644 etc axelrc }