2015-04-23 11:34:30 +02:00
|
|
|
# Template file for 'axel'
|
|
|
|
pkgname=axel
|
2017-11-26 01:54:30 +01:00
|
|
|
version=2.16
|
2017-08-04 11:10:46 +02:00
|
|
|
revision=1
|
2016-03-21 07:50:17 +01:00
|
|
|
wrksrc=${pkgname}-${version}${_patch}
|
2015-04-23 11:34:30 +02:00
|
|
|
build_style=gnu-configure
|
2015-04-23 11:50:54 +02:00
|
|
|
conf_files=/etc/axelrc
|
2016-05-03 11:02:59 +02:00
|
|
|
hostmakedepends="automake libtool gettext-devel pkg-config"
|
2016-06-07 14:41:57 +02:00
|
|
|
makedepends="libressl-devel"
|
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/"
|
2016-03-23 15:03:49 +01:00
|
|
|
distfiles="${DEBIAN_SITE}/main/a/axel/axel_${version}.orig.tar.gz"
|
2017-11-26 01:54:30 +01:00
|
|
|
checksum=90c420b7c08506d503e409442243d24e957c322ff300ddb5167c1a1e8ac6a3ba
|
2016-05-03 11:02:59 +02:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
./autogen.sh
|
|
|
|
}
|
2015-04-23 11:34:30 +02:00
|
|
|
|
2016-03-21 07:50:17 +01:00
|
|
|
post_install() {
|
|
|
|
vinstall doc/axelrc.example 644 etc axelrc
|
2015-04-23 11:34:30 +02:00
|
|
|
}
|