wok-next view clonezilla/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f48456621a9d
children e7e7475e84c9
line source
1 # SliTaz package receipt v2.
3 PACKAGE="clonezilla"
4 VERSION="3.3.10"
5 CATEGORY="misc"
6 SHORT_DESC="The Free and Open Source Software for Disk Imaging and Cloning"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://clonezilla.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://free.nchc.org.tw/drbl-core/src/stable/$TARBALL"
14 compile_rules() {
15 sed -i "s/SHELL/#SHELL/" Makefile
17 make DESTDIR=$install install
18 }
20 genpkg_rules() {
21 mkdir -p $fs/usr
22 cp -a $install/etc $fs/
23 cp -a $install/usr/bin $fs/usr
24 cp -a $install/usr/sbin $fs/usr
25 cp -a $install/usr/share $fs/usr
26 DEPENDS="bash drbl partclone ntfsprogs ntfs-3g partimage sshfs-fuse \
27 coreutils-disk coreutils-redirection util-linux-setterm parted"
28 }