wok view drbl/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 870fa05f4d39
children cf3bdb2f261c
line source
1 # SliTaz package receipt.
3 PACKAGE="drbl"
4 VERSION="2.3.10"
5 CATEGORY="misc"
6 SHORT_DESC="Diskless Remote Boot in Linux: manage the deployement of
7 the GNU/Linux operating system across many clients"
8 MAINTAINER="shann@slitaz.org"
9 WEB_SITE="http://drbl.org"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="http://free.nchc.org.tw/$PACKAGE-core/src/stable/$TARBALL"
13 DEPENDS="perl bc"
14 BUILD_DEPENDS="vim"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/etc $fs/
27 cp -a $install/usr/bin $fs/usr
28 cp -a $install/usr/sbin $fs/usr
29 cp -a $install/usr/share $fs/usr
30 }