wok diff wipe/receipt @ rev 20896

updated ethtool (4.2 -> 4.19)
author Hans-G?nter Theisgen
date Tue Feb 26 14:11:25 2019 +0100 (2019-02-26)
parents ad480a4addbc
children 3105f866bc3e
line diff
     1.1 --- a/wipe/receipt	Fri May 20 05:10:29 2011 +0000
     1.2 +++ b/wipe/receipt	Tue Feb 26 14:11:25 2019 +0100
     1.3 @@ -4,25 +4,27 @@
     1.4  VERSION="2.3.1"
     1.5  CATEGORY="misc"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  SHORT_DESC="A file and block device delete/erase utility - a secure rm"
     1.9 -DEPENDS="glibc-base"
    1.10  WEB_SITE="http://wipe.sourceforge.net/"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12  WGET_URL="http://downloads.sourceforge.net/$PACKAGE/$TARBALL"
    1.13  TAGS="delete"
    1.14  
    1.15 +DEPENDS="glibc-base"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18 -
    1.19 -compile_rules() {
    1.20 -  cd $src
    1.21 -  ./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.22 -  make &&
    1.23 -  make prefix=$PWD/_pkg/usr install 
    1.24 +compile_rules()
    1.25 +{
    1.26 +	cd $src
    1.27 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.28 +	make &&
    1.29 +	make prefix=$DESTDIR/usr install 
    1.30  }
    1.31  	
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35  	mkdir -p $fs/usr
    1.36 -	cp -a $_pkg/usr/bin $fs/usr		
    1.37 +	cp -a $install/usr/bin $fs/usr		
    1.38  }