wok diff aria2/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents 04d824c95283
children 06e7758ce6d8
line diff
     1.1 --- a/aria2/receipt	Mon Jul 04 11:45:47 2016 +0300
     1.2 +++ b/aria2/receipt	Wed Jul 06 16:30:34 2016 +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.