wok diff task/receipt @ rev 23757

fusecloop/extract_compressed_fs: fix v2 convertion
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 02 17:31:45 2020 +0000 (2020-05-02)
parents ca70cc6b85be
children 83b97236db32
line diff
     1.1 --- a/task/receipt	Tue Jan 07 19:13:38 2020 +0100
     1.2 +++ b/task/receipt	Sat May 02 17:31:45 2020 +0000
     1.3 @@ -12,8 +12,10 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="${WEB_SITE}download/$TARBALL"
     1.6  
     1.7 -DEPENDS="gcc83-lib-base libgnutls ncurses util-linux-uuid"
     1.8 -BUILD_DEPENDS="cmake gcc83 libgnutls gnutls-dev ncurses-dev util-linux-uuid-dev"
     1.9 +DEPENDS="gcc83-lib-base libgnutls libunistring ncurses 
    1.10 +	util-linux-uuid"
    1.11 +BUILD_DEPENDS="cmake gcc83 gnutls-dev libgnutls libunistring-dev 
    1.12 +	ncurses-dev util-linux-uuid-dev"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()