wok-next rev 21043

Update partclone (0.3.12)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 14 12:33:35 2018 +0200 (2018-11-14)
parents 7aa0ae2f7190
children aa1e58c82d61
files partclone/.icon.png partclone/receipt
line diff
     1.1 Binary file partclone/.icon.png has changed
     2.1 --- a/partclone/receipt	Sat Nov 10 17:21:54 2018 +0200
     2.2 +++ b/partclone/receipt	Wed Nov 14 12:33:35 2018 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt v2.
     2.5  
     2.6  PACKAGE="partclone"
     2.7 -VERSION="0.2.49"
     2.8 +VERSION="0.3.12"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Utilities to smartly backup partitions"
    2.11  MAINTAINER="devel@slitaz.org"
    2.12 @@ -9,12 +9,16 @@
    2.13  WEB_SITE="https://partclone.org/"
    2.14  
    2.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.16 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    2.17 +WGET_URL="https://github.com/Thomas-Tsai/partclone/archive/$VERSION.tar.gz"
    2.18  
    2.19 -BUILD_DEPENDS="util-linux-uuid-dev libxslt e2fsprogs-dev \
    2.20 -ncurses-dev ntfsprogs-dev ntfs-3g-dev docbook-xsl"
    2.21 +BUILD_DEPENDS="automake libtool gettext util-linux-uuid-dev e2fsprogs-dev \
    2.22 +ntfs-3g-dev util-linux-blkid-dev openssl-dev"
    2.23  
    2.24  compile_rules() {
    2.25 +	export RPM_ARCH=$ARCH
    2.26 +	sed -i 's|exit 1|exit 0|' fail-mbr/compile-mbr.sh
    2.27 +
    2.28 +	./autogen &&
    2.29  	./configure \
    2.30  		--enable-extfs \
    2.31  		--enable-fat \
    2.32 @@ -30,6 +34,6 @@
    2.33  
    2.34  genpkg_rules() {
    2.35  	copy @std
    2.36 -	DEPENDS="ncurses ntfs-3g e2fsprogs"
    2.37 +	DEPENDS="e2fsprogs ncurses ntfs-3g openssl util-linux-blkid util-linux-uuid"
    2.38  	TAGS="backup"
    2.39  }