wok-next diff aria2/receipt @ rev 19695
udpcast: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 23 10:38:23 2017 +0200 (2017-04-23) |
parents | 04d824c95283 |
children | 32c34bb0db31 |
line diff
1.1 --- a/aria2/receipt Mon Jul 04 11:45:47 2016 +0300 1.2 +++ b/aria2/receipt Sun Apr 23 10:38:23 2017 +0200 1.3 @@ -6,13 +6,13 @@ 1.4 SHORT_DESC="A download utility with resuming and segmented downloading with HTTP/HTTPS/FTP support" 1.5 MAINTAINER="devl547@gmail.com" 1.6 LICENSE="GPL2" 1.7 +WEB_SITE="http://aria2.sourceforge.net/" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 -WEB_SITE="http://aria2.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 1.12 DEPENDS="zlib libxml2 gnutls libgcrypt" 1.13 BUILD_DEPENDS="zlib-dev gettext libxml2-dev gnutls-dev pkg-config gmp-dev \ 1.14 - nettle-dev" 1.15 +nettle-dev" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 @@ -21,8 +21,6 @@ 1.20 --enable-epoll --enable-threads=posix --with-libz \ 1.21 --without-sqlite3 --without-openssl && 1.22 make && make install 1.23 - 1.24 - cook_compress_manpages 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg.