void-packages/srcpkgs/axel/template

19 lines
560 B
Bash
Raw Normal View History

2015-04-23 11:34:30 +02:00
# Template file for 'axel'
pkgname=axel
2015-11-02 07:57:01 +01:00
version=2.5
_patch=+git20160320.625aa0c
revision=2
wrksrc=${pkgname}-${version}${_patch}
2015-04-23 11:34:30 +02:00
build_style=gnu-configure
conf_files=/etc/axelrc
2015-04-23 11:34:30 +02:00
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}${_patch}.orig.tar.gz"
checksum="101f2d6578cbfc1e2767f235357bf3ce78c1655fd6dd4d90f5604a9e3a43c559"
2015-04-23 11:34:30 +02:00
post_install() {
vinstall doc/axelrc.example 644 etc axelrc
2015-04-23 11:34:30 +02:00
}