wok diff file/receipt @ rev 5360

subversion has 2 neon-dev; fix typos
author Rohit Joshi <jozee@slitaz.org>
date Wed Apr 28 21:38:41 2010 +0000 (2010-04-28)
parents 2b85b8d99375
children cba097232ece
line diff
     1.1 --- a/file/receipt	Thu May 07 14:09:39 2009 +0200
     1.2 +++ b/file/receipt	Wed Apr 28 21:38:41 2010 +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="zlib"
     1.8 +DEPENDS="zlib libmagic"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="ftp://ftp.gw.com/mirrors/unix/file"
    1.11  WGET_URL="  ftp://ftp.astron.com/pub/file/$TARBALL ftp://ftp.gw.com/mirrors/unix/file/$TARBALL"
    1.12 @@ -30,5 +30,4 @@
    1.13  	cp -a $_pkg/usr/bin $fs/usr
    1.14  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.15  	cp -a $_pkg/usr/share/misc $fs/usr/share
    1.16 -	
    1.17  }