wok diff ddrescue/receipt @ rev 5074

get-flash-plugin: re-export firefox libs if not found
author Rohit Joshi <jozee@slitaz.org>
date Fri Mar 12 11:43:55 2010 +0000 (2010-03-12)
parents 74a6a43bf614
children 82a0ae062382
line diff
     1.1 --- a/ddrescue/receipt	Tue Feb 16 13:17:20 2010 +0000
     1.2 +++ b/ddrescue/receipt	Fri Mar 12 11:43:55 2010 +0000
     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