wok-next rev 3322
add file-dev | need magic.h for splashy
author | Allan Pinto <allan316@gmail.com> |
---|---|
date | Tue Jun 09 18:38:41 2009 +0000 (2009-06-09) |
parents | 65c73b684987 |
children | ce75825e2b71 |
files | file-dev/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/file-dev/receipt Tue Jun 09 18:38:41 2009 +0000 1.3 @@ -0,0 +1,21 @@ 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 +MAINTAINER="erjo@slitaz.org" 1.13 +DEPENDS="zlib" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 +WEB_SITE="ftp://ftp.gw.com/mirrors/unix/file" 1.16 +WANTED="file" 1.17 + 1.18 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.19 +genpkg_rules() 1.20 +{ 1.21 + mkdir -p $fs/usr 1.22 + cp -a $_pkg/usr/include $fs/usr 1.23 + 1.24 +}