wok-current rev 25035
Up libqcow (20210419)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 20 18:11:13 2022 +0000 (2022-05-20) |
parents | 93483ac22102 |
children | 6e5c8ce7fb15 |
files | fatcat/description.txt fatcat/receipt libqcow-dev/receipt libqcow/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/fatcat/description.txt Fri May 20 18:11:13 2022 +0000 1.3 @@ -0,0 +1,2 @@ 1.4 +This tool is designed to manipulate FAT filesystems, in order to explore, extract, 1.5 +repair, recover and forensic them. It currently supports FAT12, FAT16 and FAT32.
2.1 --- a/fatcat/receipt Fri May 20 09:40:57 2022 +0000 2.2 +++ b/fatcat/receipt Fri May 20 18:11:13 2022 +0000 2.3 @@ -32,5 +32,8 @@ 2.4 # Rules to gen a SliTaz package suitable for Tazpkg. 2.5 genpkg_rules() 2.6 { 2.7 + mkdir -p $install/usr/share/man/man1 2.8 + cp $src/man/fatcat.1 $install/usr/man/man1 2.9 + cp -a $src/docs $install/usr/share/doc 2.10 cp -a $install/usr/ $fs/ 2.11 }
3.1 --- a/libqcow-dev/receipt Fri May 20 09:40:57 2022 +0000 3.2 +++ b/libqcow-dev/receipt Fri May 20 18:11:13 2022 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="libqcow-dev" 3.7 -VERSION="20181227" 3.8 +VERSION="20210419" 3.9 CATEGORY="development" 3.10 SHORT_DESC="Tools for reading QEMU Copy-On-Write (QCOW) images, development files." 3.11 MAINTAINER="pascal.bellard@slitaz.org"
4.1 --- a/libqcow/receipt Fri May 20 09:40:57 2022 +0000 4.2 +++ b/libqcow/receipt Fri May 20 18:11:13 2022 +0000 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="libqcow" 4.7 -VERSION="20181227" 4.8 +VERSION="20210419" 4.9 CATEGORY="misc" 4.10 SHORT_DESC="Tools for reading QEMU Copy-On-Write (QCOW) image files." 4.11 MAINTAINER="pascal.bellard@slitaz.org"