# HG changeset patch # User Christopher Rogers # Date 1287610710 0 # Node ID be5c4b840f57daa99130e57b911cb2e9cf637aae # Parent 4742a035ef9b53caa863f3440172f4e5f3d1dbbc Up: aria2 to 1.10.5. diff -r 4742a035ef9b -r be5c4b840f57 aria2/receipt --- a/aria2/receipt Wed Oct 20 21:15:50 2010 +0000 +++ b/aria2/receipt Wed Oct 20 21:38:30 2010 +0000 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="aria2" -VERSION="1.10.3" +VERSION="1.10.5" CATEGORY="utilities" SHORT_DESC="A download utility with resuming and segmented downloading with HTTP/HTTPS/FTP support" MAINTAINER="devl547@gmail.com" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://aria2.sourceforge.net/" WGET_URL="http://downloads.sourceforge.net/project/aria2/stable/$PACKAGE-$VERSION/$TARBALL" -BUILD_DEPENDS="zlib-dev gettext" -DEPENDS="zlib" +BUILD_DEPENDS="zlib-dev gettext libxml2-dev gnutls-dev pkg-config" +DEPENDS="zlib libxml2 gnutls" # Rules to configure and make the package. compile_rules() @@ -19,7 +19,7 @@ --mandir=/usr/share/man $CONFIGURE_ARGS \ --enable-epoll --enable-threads=posix --with-libz \ --without-sqlite3 --without-openssl && - make && + make -j 4 && make DESTDIR=$PWD/_pkg install }