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