wok-6.x view mdocml-cgi/receipt @ rev 14587

Add missing deps coreutils-disk and coreutils-redirection for use tee and df command instead of Busybox
author Stanislas Leduc <shann@slitaz.org>
date Sun May 26 19:06:03 2013 +0200 (2013-05-26)
parents
children 23c3aed67cd9
line source
1 # SliTaz package receipt.
3 PACKAGE="mdocml-cgi"
4 VERSION="1.12.1"
5 CATEGORY="development"
6 SHORT_DESC="CGI files for mdocml"
7 MAINTAINER="al.bobylev@gmail.com"
8 WEB_SITE="http://mdocml.bsd.lv/"
9 WANTED="mdocml"
10 DEPENDS="glibc-base libdb"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/var
16 cp -a $_pkg/var/www $fs/var
17 }