wok rev 20799

updated clonezilla (3.3.10 -> 3.27.16)
author Hans-G?nter Theisgen
date Fri Feb 15 13:43:34 2019 +0100 (2019-02-15)
parents 6485326ac9a2
children 39fb10403b4b
files clonezilla/receipt
line diff
     1.1 --- a/clonezilla/receipt	Fri Feb 15 13:39:03 2019 +0100
     1.2 +++ b/clonezilla/receipt	Fri Feb 15 13:43:34 2019 +0100
     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