wok annotate clonezilla/receipt @ rev 21042

updated icoutils (0.30.0 -> 0.32.3)
author Hans-G?nter Theisgen
date Tue Mar 12 13:53:02 2019 +0100 (2019-03-12)
parents 9689f1b75619
children 2a0479881723
rev   line source
shann@14579 1 # SliTaz package receipt.
shann@14579 2
shann@14579 3 PACKAGE="clonezilla"
Hans-G?nter@20799 4 VERSION="3.27.16"
shann@14579 5 CATEGORY="misc"
shann@14579 6 SHORT_DESC="The Free and Open Source Software for Disk Imaging and Cloning"
shann@14579 7 MAINTAINER="shann@slitaz.org"
pascal@15202 8 LICENSE="GPL2"
shann@14579 9 WEB_SITE="http://clonezilla.org"
Hans-G?nter@20799 10
Hans-G?nter@20799 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
shann@14579 12 WGET_URL="http://free.nchc.org.tw/drbl-core/src/stable/$TARBALL"
shann@14579 13
pascal@17482 14 DEPENDS="bash drbl partclone ntfsprogs ntfs-3g partimage sshfs-fuse \
pascal@17482 15 coreutils-disk coreutils-redirection util-linux-setterm parted"
shann@14579 16 BUILD_DEPENDS=""
shann@14579 17
shann@14579 18 # Rules to configure and make the package.
shann@14579 19 compile_rules()
shann@14579 20 {
shann@14579 21 sed -i "s/SHELL/#SHELL/" Makefile
Hans-G?nter@20799 22
pascal@14586 23 make DESTDIR=$DESTDIR install
shann@14579 24 }
shann@14579 25
shann@14579 26 # Rules to gen a SliTaz package suitable for Tazpkg.
shann@14579 27 genpkg_rules()
shann@14579 28 {
pascal@14586 29 mkdir -p $fs/usr
pascal@14586 30 cp -a $install/etc $fs/
pascal@14586 31 cp -a $install/usr/bin $fs/usr
pascal@14586 32 cp -a $install/usr/sbin $fs/usr
pascal@14586 33 cp -a $install/usr/share $fs/usr
shann@14579 34 }