From 347dcd3e2d00860a1446728f00892e19fb30f24b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 25 Dec 2020 03:17:40 +0300 Subject: aria2: add new package at 1.35.0 --- community/aria2/build | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 community/aria2/build (limited to 'community/aria2/build') diff --git a/community/aria2/build b/community/aria2/build new file mode 100755 index 00000000..9fae6147 --- /dev/null +++ b/community/aria2/build @@ -0,0 +1,13 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-nls \ + --disable-metalink \ + --disable-websocket \ + --without-libxml2 \ + --without-libexpat \ + --without-sqlite3 + +make +make DESTDIR="$1" install -- cgit v1.2.3