wok view clonezilla/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 e7715ace8431
children b2a3063d4ef7
line source
1 # SliTaz package receipt.
3 PACKAGE="clonezilla"
4 VERSION="3.3.10"
5 CATEGORY="misc"
6 SHORT_DESC="The Free and Open Source Software for Disk Imaging and Cloning"
7 MAINTAINER="shann@slitaz.org"
8 WEB_SITE="http://clonezilla.org"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WGET_URL="http://free.nchc.org.tw/drbl-core/src/stable/$TARBALL"
12 DEPENDS="bash drbl partclone ntfsprogs ntfs-3g partimage sshfs-fuse coreutils-disk coreutils-redirection"
13 BUILD_DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 sed -i "s/SHELL/#SHELL/" Makefile
20 make DESTDIR=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $_pkg/etc $fs/
27 cp -a $_pkg/usr/bin $fs/usr
28 cp -a $_pkg/usr/sbin $fs/usr
29 cp -a $_pkgs/usr/share $fs/usr
30 }