wok-next rev 21493
updated aria2 (1.34.0 -> 1.35.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 18 21:19:09 2020 +0100 (2020-06-18) |
parents | 1c1e3c80ce63 |
children | dc8c8515f112 |
files | aria2/receipt |
line diff
1.1 --- a/aria2/receipt Thu Jun 18 21:10:41 2020 +0100 1.2 +++ b/aria2/receipt Thu Jun 18 21:19:09 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="aria2" 1.7 -VERSION="1.34.0" 1.8 +VERSION="1.35.0" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="A download utility with resuming and segmented downloading with \ 1.11 HTTP/HTTPS/FTP support" 1.12 @@ -12,22 +12,24 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.14 WGET_URL="https://github.com/aria2/aria2/releases/download/release-$VERSION/$TARBALL" 1.15 1.16 -BUILD_DEPENDS="zlib-dev gettext-dev libxml2-dev gnutls-dev gmp-dev nettle-dev" 1.17 +BUILD_DEPENDS="gettext-dev gmp-dev gnutls-dev libxml2-dev nettle-dev zlib-dev" 1.18 1.19 -compile_rules() { 1.20 - ./configure \ 1.21 - --enable-epoll \ 1.22 - --enable-threads=posix \ 1.23 - --with-libz \ 1.24 - --without-sqlite3 \ 1.25 - --without-openssl \ 1.26 +compile_rules() 1.27 +{ 1.28 + ./configure \ 1.29 + --enable-epoll \ 1.30 + --enable-threads=posix \ 1.31 + --with-libz \ 1.32 + --without-openssl \ 1.33 + --without-sqlite3 \ 1.34 $CONFIGURE_ARGS && 1.35 fix libtool && 1.36 make && 1.37 make install 1.38 } 1.39 1.40 -genpkg_rules() { 1.41 +genpkg_rules() 1.42 +{ 1.43 copy @std 1.44 DEPENDS="gmp libgnutls libxml2 nettle zlib" 1.45 }