# HG changeset patch # User Allan Pinto # Date 1244572721 0 # Node ID 21dae9867364c34b0f7b0d156e13bb51dc008f47 # Parent 65c73b684987e5487fd6da17ffae267093b9a075 add file-dev | need magic.h for splashy diff -r 65c73b684987 -r 21dae9867364 file-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/file-dev/receipt Tue Jun 09 18:38:41 2009 +0000 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKED_SIZE="204.0k" +UNPACKED_SIZE="1.8M" +PACKAGE="file-dev" +VERSION="5.03" +CATEGORY="system-tools" +SHORT_DESC="Retrieve file type." +MAINTAINER="erjo@slitaz.org" +DEPENDS="zlib" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="ftp://ftp.gw.com/mirrors/unix/file" +WANTED="file" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/include $fs/usr + +}