wok view file-dev/receipt @ rev 3574

Update: coreutils, for Linux 2.6.29.3
author Matthew Sheets <rcx@zoominternet.net>
date Thu Jun 25 12:25:00 2009 +0000 (2009-06-25)
parents
children d5991fc2b1b3
line source
1 # SliTaz package receipt.
3 PACKED_SIZE="204.0k"
4 UNPACKED_SIZE="1.8M"
5 PACKAGE="file-dev"
6 VERSION="5.03"
7 CATEGORY="system-tools"
8 SHORT_DESC="Retrieve file type."
9 MAINTAINER="erjo@slitaz.org"
10 DEPENDS="zlib"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WEB_SITE="ftp://ftp.gw.com/mirrors/unix/file"
13 WANTED="file"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr
19 cp -a $_pkg/usr/include $fs/usr
21 }