27 lines
956 B
Text
27 lines
956 B
Text
# Template file for 'aria2'
|
|
pkgname=aria2
|
|
version=1.17.1
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--with-openssl --with-libexpat --without-gnutls
|
|
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
|
|
--with-bashcompletiondir=/usr/share/bash-completion/completions
|
|
ac_cv_func_memcmp_working=yes ac_cv_func_mktime_working=yes
|
|
ac_cv_func_strtod=yes ac_cv_func_mmap_fixed_mapped=yes
|
|
ac_cv_func_vfork_works=yes"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="zlib-devel gmp-devel expat-devel openssl-devel sqlite-devel
|
|
c-ares-devel ca-certificates"
|
|
short_desc="lightweight multi-protocol/multi-source command-line download utility"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://aria2.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
|
checksum=7e18cf15afa17cf725c2ab4338751bc165e33d41917a4af9927da0855298efc0
|
|
|
|
aria2_package() {
|
|
depends="ca-certificates"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|