wok-next view clonezilla/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents e7e7475e84c9
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="clonezilla"
4 VERSION="3.35.2"
5 CATEGORY="misc"
6 SHORT_DESC="Partition and disk imaging and cloning program"
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://clonezilla.org/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="http://free.nchc.org.tw/drbl-core/src/stable/$TARBALL"
15 DEPENDS_std="bash coreutils-disk coreutils-redirection drbl ntfs-3g
16 ntfsprogs partclone parted partimage sshfs-fuse util-linux-setterm"
18 compile_rules()
19 {
20 # sed -i "s/SHELL/#SHELL/" Makefile
22 make DESTDIR=$install install
23 }