wok rev 4734
file: Split package ( file, libmagic, libmagic-dev) + update DEPENDS
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Jan 07 12:00:40 2010 +0100 (2010-01-07) |
parents | c5ed235f4809 |
children | bff5188ad747 |
files | file/receipt |
line diff
1.1 --- a/file/receipt Thu Jan 07 11:59:35 2010 +0100 1.2 +++ b/file/receipt Thu Jan 07 12:00:40 2010 +0100 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 }