void-packages/srcpkgs/axel/template
Jürgen Buchmüller 6e6d9af559 axel: update to 2.7
2016-05-03 11:02:59 +02:00

22 lines
618 B
Bash

# 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 <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="807283be27fc2775453f3eb3a8ef6bf4e0332fed4d374892bb95b347ee229d9c"
pre_configure() {
./autogen.sh
}
post_install() {
vinstall doc/axelrc.example 644 etc axelrc
}