wok-next view clonezilla/receipt @ rev 21427

updated qt4 (4.8.6 -> 4.8.7)
author Hans-G?nter Theisgen
date Tue May 05 08:11:24 2020 +0100 (2020-05-05)
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 }