wok diff file/receipt @ rev 5233

busybox: tipo in /etc/init.d/udhcpd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 08 17:17:44 2010 +0200 (2010-04-08)
parents 2b85b8d99375
children cba097232ece
line diff
     1.1 --- a/file/receipt	Thu May 07 14:09:39 2009 +0200
     1.2 +++ b/file/receipt	Thu Apr 08 17:17:44 2010 +0200
     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  }