wok diff file/receipt @ rev 2486

f*: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 15 21:33:26 2009 +0000 (2009-03-15)
parents 3ccab33c6d95
children 2b85b8d99375
line diff
     1.1 --- a/file/receipt	Thu Feb 05 21:42:39 2009 +0100
     1.2 +++ b/file/receipt	Sun Mar 15 21:33:26 2009 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Retrieve file type."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS=""
     1.8 +DEPENDS="zlib"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="ftp://ftp.gw.com/mirrors/unix/file"
    1.11  WGET_URL="ftp://ftp.gw.com/mirrors/unix/file/$TARBALL"
    1.12 @@ -15,8 +15,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