# HG changeset patch # User Pascal Bellard # Date 1653070273 0 # Node ID 699eb9be2e93926d551008f6a88ecb564c79101b # Parent 93483ac221026b0cc6011e248d1decff675c5c60 Up libqcow (20210419) diff -r 93483ac22102 -r 699eb9be2e93 fatcat/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fatcat/description.txt Fri May 20 18:11:13 2022 +0000 @@ -0,0 +1,2 @@ +This tool is designed to manipulate FAT filesystems, in order to explore, extract, +repair, recover and forensic them. It currently supports FAT12, FAT16 and FAT32. diff -r 93483ac22102 -r 699eb9be2e93 fatcat/receipt --- a/fatcat/receipt Fri May 20 09:40:57 2022 +0000 +++ b/fatcat/receipt Fri May 20 18:11:13 2022 +0000 @@ -32,5 +32,8 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { + mkdir -p $install/usr/share/man/man1 + cp $src/man/fatcat.1 $install/usr/man/man1 + cp -a $src/docs $install/usr/share/doc cp -a $install/usr/ $fs/ } diff -r 93483ac22102 -r 699eb9be2e93 libqcow-dev/receipt --- a/libqcow-dev/receipt Fri May 20 09:40:57 2022 +0000 +++ b/libqcow-dev/receipt Fri May 20 18:11:13 2022 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libqcow-dev" -VERSION="20181227" +VERSION="20210419" CATEGORY="development" SHORT_DESC="Tools for reading QEMU Copy-On-Write (QCOW) images, development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r 93483ac22102 -r 699eb9be2e93 libqcow/receipt --- a/libqcow/receipt Fri May 20 09:40:57 2022 +0000 +++ b/libqcow/receipt Fri May 20 18:11:13 2022 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libqcow" -VERSION="20181227" +VERSION="20210419" CATEGORY="misc" SHORT_DESC="Tools for reading QEMU Copy-On-Write (QCOW) image files." MAINTAINER="pascal.bellard@slitaz.org"