From 4daea3a83fe6e446dcbeea0c787c5d0b5c76a57c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 27 May 2013 21:01:32 +0200 Subject: [PATCH] New package: aria2-1.17.1. --- srcpkgs/aria2/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/aria2/template diff --git a/srcpkgs/aria2/template b/srcpkgs/aria2/template new file mode 100644 index 00000000000..cb6de64ce67 --- /dev/null +++ b/srcpkgs/aria2/template @@ -0,0 +1,24 @@ +# Template file for 'aria2' +pkgname=aria2 +version=1.17.1 +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" +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 " +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 + } +}