axel: update to 2.7
This commit is contained in:
parent
2a7e317403
commit
6e6d9af559
1 changed files with 7 additions and 2 deletions
|
@ -1,16 +1,21 @@
|
|||
# Template file for 'axel'
|
||||
pkgname=axel
|
||||
version=2.6
|
||||
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="bd9a502e955b2e015d2c71f7857d1b0a83ba420d67aa5448c1214fadc89d469e"
|
||||
checksum="807283be27fc2775453f3eb3a8ef6bf4e0332fed4d374892bb95b347ee229d9c"
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall doc/axelrc.example 644 etc axelrc
|
||||
|
|
Loading…
Reference in a new issue