wok diff axel/receipt @ rev 20657

sakura: fix login shell
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 13 20:45:22 2019 +0100 (2019-01-13)
parents 7f39549720b8
children 6e8b1bcb30e2
line diff
     1.1 --- a/axel/receipt	Mon Jul 04 14:47:05 2016 +0300
     1.2 +++ b/axel/receipt	Sun Jan 13 20:45:22 2019 +0100
     1.3 @@ -6,8 +6,8 @@
     1.4  SHORT_DESC="Download accelerator."
     1.5  MAINTAINER="rocky@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 +WEB_SITE="http://axel.alioth.debian.org"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9 -WEB_SITE="http://axel.alioth.debian.org"
    1.10  WGET_URL="http://alioth.debian.org/frs/download.php/3015/$TARBALL"
    1.11  CONFIG_FILES="/etc/axelrc"
    1.12  TAGS="web internet"
    1.13 @@ -20,14 +20,10 @@
    1.14  		$CONFIGURE_ARGS &&
    1.15  	make &&
    1.16  	make install DESTDIR=$DESTDIR
    1.17 -
    1.18 -	cook_compress_manpages
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	 mkdir -p $fs/usr
    1.25 -	cp -a $install/usr/bin $fs/usr
    1.26 -	cp -a $install/etc $fs/
    1.27 +	cook_copy_files axel axelrc
    1.28  }