wok diff axel/receipt @ rev 17974

scilab: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 18 00:25:23 2015 +0200 (2015-04-18)
parents c616ce6b7873
children 7f39549720b8
line diff
     1.1 --- a/axel/receipt	Wed Jun 24 19:00:28 2009 +0000
     1.2 +++ b/axel/receipt	Sat Apr 18 00:25:23 2015 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Download accelerator."
     1.6  MAINTAINER="rocky@slitaz.org"
     1.7 +LICENSE="GPL2"
     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 @@ -19,13 +20,13 @@
    1.12          --i18n=0 \
    1.13          $CONFIGURE_ARGS &&
    1.14      make &&
    1.15 -    make install DESTDIR=$PWD/_pkg
    1.16 +    make install DESTDIR=$DESTDIR
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22     mkdir -p $fs/usr
    1.23 -   cp -a $_pkg/usr/bin $fs/usr
    1.24 -   cp -a $_pkg/etc $fs/
    1.25 +   cp -a $install/usr/bin $fs/usr
    1.26 +   cp -a $install/etc $fs/
    1.27  }