axel: update to 2.11
Now supports (and requires) libressl-devel
This commit is contained in:
parent
28d38a4f65
commit
0d194d5d99
1 changed files with 3 additions and 2 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'axel'
|
# Template file for 'axel'
|
||||||
pkgname=axel
|
pkgname=axel
|
||||||
version=2.7
|
version=2.11
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=${pkgname}-${version}${_patch}
|
wrksrc=${pkgname}-${version}${_patch}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
conf_files=/etc/axelrc
|
conf_files=/etc/axelrc
|
||||||
hostmakedepends="automake libtool gettext-devel pkg-config"
|
hostmakedepends="automake libtool gettext-devel pkg-config"
|
||||||
|
makedepends="libressl-devel"
|
||||||
short_desc="Download accelerator for FTP and HTTP"
|
short_desc="Download accelerator for FTP and HTTP"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://axel.alioth.debian.org/"
|
homepage="https://axel.alioth.debian.org/"
|
||||||
distfiles="${DEBIAN_SITE}/main/a/axel/axel_${version}.orig.tar.gz"
|
distfiles="${DEBIAN_SITE}/main/a/axel/axel_${version}.orig.tar.gz"
|
||||||
checksum="807283be27fc2775453f3eb3a8ef6bf4e0332fed4d374892bb95b347ee229d9c"
|
checksum="7e528df719bad8041346a371290efd8d67959e935f6763ac977ba278d39f5a15"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue