wok-4.x diff ddrescue/receipt @ rev 5919
busybox: fix usage patch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 28 12:02:14 2010 +0200 (2010-07-28) |
parents | 74a6a43bf614 |
children | 82a0ae062382 |
line diff
1.1 --- a/ddrescue/receipt Tue Feb 16 13:17:20 2010 +0000 1.2 +++ b/ddrescue/receipt Wed Jul 28 12:02:14 2010 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Data recovery tool." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="" 1.8 +DEPENDS="gcc-lib-base" 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 @@ -17,8 +17,8 @@ 1.13 { 1.14 cd $src 1.15 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.16 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.17 - make 1.18 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22