wok-stable diff file-dev/receipt @ rev 4392
hal: update depends
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Oct 15 21:05:53 2009 +0000 (2009-10-15) |
parents | 21dae9867364 |
children |
line diff
1.1 --- a/file-dev/receipt Tue Jun 09 18:38:41 2009 +0000 1.2 +++ b/file-dev/receipt Thu Oct 15 21:05:53 2009 +0000 1.3 @@ -1,21 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 -PACKED_SIZE="204.0k" 1.7 -UNPACKED_SIZE="1.8M" 1.8 PACKAGE="file-dev" 1.9 VERSION="5.03" 1.10 -CATEGORY="system-tools" 1.11 -SHORT_DESC="Retrieve file type." 1.12 +CATEGORY="development" 1.13 +SHORT_DESC="File devel files." 1.14 MAINTAINER="erjo@slitaz.org" 1.15 -DEPENDS="zlib" 1.16 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 WEB_SITE="ftp://ftp.gw.com/mirrors/unix/file" 1.18 WANTED="file" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 - mkdir -p $fs/usr 1.24 + mkdir -p $fs/usr 1.25 cp -a $_pkg/usr/include $fs/usr 1.26 - 1.27 }