27 lines
956 B
Text
27 lines
956 B
Text
# Template file for 'aria2'
|
|
pkgname=aria2
|
|
version=1.18.0
|
|
revision=1
|
|
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=431aa6a1ba1cf992d5ac68c2822854a6c6991f03d025608311b5d99227fc0ab7
|
|
|
|
aria2_package() {
|
|
depends="ca-certificates"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|