wok diff clonezilla/receipt @ rev 21920

Add pcem
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 05 16:15:48 2019 +0200 (2019-10-05)
parents 9689f1b75619
children 2a0479881723
line diff
     1.1 --- a/clonezilla/receipt	Tue Dec 30 10:01:09 2014 +0100
     1.2 +++ b/clonezilla/receipt	Sat Oct 05 16:15:48 2019 +0200
     1.3 @@ -1,13 +1,14 @@
     1.4  # SliTaz package receipt.
     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  MAINTAINER="shann@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="http://clonezilla.org"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 +
    1.16 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17  WGET_URL="http://free.nchc.org.tw/drbl-core/src/stable/$TARBALL"
    1.18  
    1.19  DEPENDS="bash drbl partclone ntfsprogs ntfs-3g partimage sshfs-fuse \
    1.20 @@ -17,8 +18,8 @@
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	cd $src
    1.25  	sed -i "s/SHELL/#SHELL/" Makefile
    1.26 +
    1.27  	make DESTDIR=$DESTDIR install
    1.28  }
    1.29