wok rev 6874
Up: aria2 to 1.10.5.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 20 21:38:30 2010 +0000 (2010-10-20) |
parents | 4742a035ef9b |
children | 28c4209ebe1d |
files | aria2/receipt |
line diff
1.1 --- a/aria2/receipt Wed Oct 20 21:15:50 2010 +0000 1.2 +++ b/aria2/receipt Wed Oct 20 21:38:30 2010 +0000 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="aria2" 1.7 -VERSION="1.10.3" 1.8 +VERSION="1.10.5" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="A download utility with resuming and segmented downloading with HTTP/HTTPS/FTP support" 1.11 MAINTAINER="devl547@gmail.com" 1.12 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 WEB_SITE="http://aria2.sourceforge.net/" 1.14 WGET_URL="http://downloads.sourceforge.net/project/aria2/stable/$PACKAGE-$VERSION/$TARBALL" 1.15 -BUILD_DEPENDS="zlib-dev gettext" 1.16 -DEPENDS="zlib" 1.17 +BUILD_DEPENDS="zlib-dev gettext libxml2-dev gnutls-dev pkg-config" 1.18 +DEPENDS="zlib libxml2 gnutls" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 @@ -19,7 +19,7 @@ 1.23 --mandir=/usr/share/man $CONFIGURE_ARGS \ 1.24 --enable-epoll --enable-threads=posix --with-libz \ 1.25 --without-sqlite3 --without-openssl && 1.26 - make && 1.27 + make -j 4 && 1.28 make DESTDIR=$PWD/_pkg install 1.29 } 1.30