wok-next diff clonezilla/receipt @ rev 21427

updated qt4 (4.8.6 -> 4.8.7)
author Hans-G?nter Theisgen
date Tue May 05 08:11:24 2020 +0100 (2020-05-05)
parents d5aab818505e
children e40761ef7332
line diff
     1.1 --- a/clonezilla/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/clonezilla/receipt	Tue May 05 08:11:24 2020 +0100
     1.3 @@ -1,28 +1,22 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="clonezilla"
     1.7 -VERSION="3.3.10"
     1.8 +VERSION="3.27.16"
     1.9  CATEGORY="misc"
    1.10 -SHORT_DESC="The Free and Open Source Software for Disk Imaging and Cloning"
    1.11 +SHORT_DESC="Partition and disk imaging/cloning program"
    1.12  MAINTAINER="devel@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="https://clonezilla.org/"
    1.15 +HOST_ARCH="any"
    1.16  
    1.17 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.19  WGET_URL="http://free.nchc.org.tw/drbl-core/src/stable/$TARBALL"
    1.20  
    1.21 +DEPENDS_std="bash drbl partclone ntfsprogs ntfs-3g partimage sshfs-fuse \
    1.22 +coreutils-disk coreutils-redirection util-linux-setterm parted"
    1.23 +
    1.24  compile_rules() {
    1.25 -	sed -i "s/SHELL/#SHELL/" Makefile
    1.26 +#	sed -i "s/SHELL/#SHELL/" Makefile
    1.27  
    1.28  	make DESTDIR=$install install
    1.29  }
    1.30 -
    1.31 -genpkg_rules() {
    1.32 -	mkdir -p $fs/usr
    1.33 -	cp -a $install/etc $fs/
    1.34 -	cp -a $install/usr/bin $fs/usr
    1.35 -	cp -a $install/usr/sbin $fs/usr
    1.36 -	cp -a $install/usr/share $fs/usr
    1.37 -	DEPENDS="bash drbl partclone ntfsprogs ntfs-3g partimage sshfs-fuse \
    1.38 -	coreutils-disk coreutils-redirection util-linux-setterm parted"
    1.39 -}