wok-4.x view file-dev/receipt @ rev 4343
Up: slitaz-tools (3.3) - Lots of improvment and fixes
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Oct 01 22:02:51 2009 +0200 (2009-10-01) |
parents | 21dae9867364 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="file-dev"
4 VERSION="5.03"
5 CATEGORY="development"
6 SHORT_DESC="File devel files."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="ftp://ftp.gw.com/mirrors/unix/file"
9 WANTED="file"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr
15 cp -a $_pkg/usr/include $fs/usr
16 }