wok diff ddrescue/receipt @ rev 19741

Up rrdtool (1.6.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 18 13:40:10 2017 +0100 (2017-02-18)
parents 02bbaa9d12ba
children 7deb257e1d83
line diff
     1.1 --- a/ddrescue/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.2 +++ b/ddrescue/receipt	Sat Feb 18 13:40:10 2017 +0100
     1.3 @@ -5,12 +5,13 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Data recovery tool."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="gcc-lib-base"
     1.8 +LICENSE="GPL3"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.gnu.org/software/ddrescue/ddrescue.html"
    1.11  WGET_URL="http://ftp.gnu.org/gnu/ddrescue/$TARBALL"
    1.12  TAGS="recovery toolkit tools"
    1.13  
    1.14 +DEPENDS="gcc-lib-base"
    1.15  
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18 @@ -19,13 +20,13 @@
    1.19  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.20  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.21  	make &&
    1.22 -	make DESTDIR=$PWD/_pkg install
    1.23 +	make DESTDIR=$DESTDIR install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29  	mkdir -p $fs/usr
    1.30 -	cp -a $_pkg/usr/bin $fs/usr
    1.31 +	cp -a $install/usr/bin $fs/usr
    1.32  }
    1.33