wok rev 4738

Remove: file-dev. Replaced by libmagic-dev.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jan 07 14:15:11 2010 +0100 (2010-01-07)
parents 8e4da8903b1c
children 9849eb128cfc
files file-dev/receipt
line diff
     1.1 --- a/file-dev/receipt	Thu Jan 07 12:40:20 2010 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,16 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="file-dev"
     1.7 -VERSION="5.03"
     1.8 -CATEGORY="development"
     1.9 -SHORT_DESC="File devel files."
    1.10 -MAINTAINER="erjo@slitaz.org"
    1.11 -WEB_SITE="ftp://ftp.gw.com/mirrors/unix/file"
    1.12 -WANTED="file"
    1.13 -
    1.14 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 -genpkg_rules()
    1.16 -{
    1.17 -	mkdir -p $fs/usr
    1.18 -	cp -a $_pkg/usr/include $fs/usr
    1.19 -}