18 lines
523 B
Bash
18 lines
523 B
Bash
# Template file for 'axel'
|
|
pkgname=axel
|
|
version=2.6
|
|
revision=1
|
|
wrksrc=${pkgname}-${version}${_patch}
|
|
build_style=gnu-configure
|
|
conf_files=/etc/axelrc
|
|
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="bd9a502e955b2e015d2c71f7857d1b0a83ba420d67aa5448c1214fadc89d469e"
|
|
|
|
post_install() {
|
|
vinstall doc/axelrc.example 644 etc axelrc
|
|
}
|