wok-next view clonezilla/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents 9689f1b75619
children d5aab818505e
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="shann@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://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=$DESTDIR 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 }