wok-next view clonezilla/receipt @ rev 21138
gnutls: patch for libidn2-2.1.0
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jan 24 03:36:19 2019 +0200 (2019-01-24) |
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 }