wok-next annotate clonezilla/receipt @ rev 21208
asterisk: added build dependencies
author | Hans-G?nter Theisgen |
---|---|
date | Mon Dec 02 10:21:51 2019 +0100 (2019-12-02) |
parents | d5aab818505e |
children | e40761ef7332 |
rev | line source |
---|---|
al@21017 | 1 # SliTaz package receipt v2. |
shann@14579 | 2 |
shann@14579 | 3 PACKAGE="clonezilla" |
al@21051 | 4 VERSION="3.27.16" |
shann@14579 | 5 CATEGORY="misc" |
al@21051 | 6 SHORT_DESC="Partition and disk imaging/cloning program" |
al@21020 | 7 MAINTAINER="devel@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 |
al@21051 | 15 DEPENDS_std="bash drbl partclone ntfsprogs ntfs-3g partimage sshfs-fuse \ |
al@21051 | 16 coreutils-disk coreutils-redirection util-linux-setterm parted" |
al@21051 | 17 |
al@21017 | 18 compile_rules() { |
al@21051 | 19 # sed -i "s/SHELL/#SHELL/" Makefile |
shann@14579 | 20 |
al@21020 | 21 make DESTDIR=$install install |
shann@14579 | 22 } |