wok view clonezilla/receipt @ rev 17381

Add incron
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 26 14:59:55 2014 +0100 (2014-11-26)
parents 8c71735c1a70
children 9689f1b75619
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 LICENSE="GPL2"
9 WEB_SITE="http://clonezilla.org"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="http://free.nchc.org.tw/drbl-core/src/stable/$TARBALL"
13 DEPENDS="bash drbl partclone ntfsprogs ntfs-3g partimage sshfs-fuse coreutils-disk coreutils-redirection util-linux-ng-setterm parted"
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 sed -i "s/SHELL/#SHELL/" Makefile
21 make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/etc $fs/
29 cp -a $install/usr/bin $fs/usr
30 cp -a $install/usr/sbin $fs/usr
31 cp -a $install/usr/share $fs/usr
32 }