wok-next annotate 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
rev   line source
al@21017 1 # SliTaz package receipt v2.
shann@14579 2
shann@14579 3 PACKAGE="clonezilla"
Hans-G?nter@21553 4 VERSION="3.35.2"
shann@14579 5 CATEGORY="misc"
Hans-G?nter@21553 6 SHORT_DESC="Partition and disk imaging and cloning program"
Hans-G?nter@21553 7 MAINTAINER="maintainer@slitaz.org"
pascal@15202 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://clonezilla.org/"
al@21051 10 HOST_ARCH="any"
al@21017 11
al@21051 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
shann@14579 13 WGET_URL="http://free.nchc.org.tw/drbl-core/src/stable/$TARBALL"
shann@14579 14
Hans-G?nter@21553 15 DEPENDS_std="bash coreutils-disk coreutils-redirection drbl ntfs-3g
Hans-G?nter@21553 16 ntfsprogs partclone parted partimage sshfs-fuse util-linux-setterm"
al@21051 17
Hans-G?nter@21553 18 compile_rules()
Hans-G?nter@21553 19 {
al@21051 20 # sed -i "s/SHELL/#SHELL/" Makefile
shann@14579 21
al@21020 22 make DESTDIR=$install install
shann@14579 23 }