wok-next view clonezilla/receipt @ rev 21051

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 30 01:34:53 2018 +0200 (2018-11-30)
parents d5aab818505e
children e40761ef7332
line source
1 # SliTaz package receipt v2.
3 PACKAGE="clonezilla"
4 VERSION="3.27.16"
5 CATEGORY="misc"
6 SHORT_DESC="Partition and disk imaging/cloning program"
7 MAINTAINER="devel@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 drbl partclone ntfsprogs ntfs-3g partimage sshfs-fuse \
16 coreutils-disk coreutils-redirection util-linux-setterm parted"
18 compile_rules() {
19 # sed -i "s/SHELL/#SHELL/" Makefile
21 make DESTDIR=$install install
22 }