# HG changeset patch # User Hans-G?nter Theisgen # Date 1649861981 -3600 # Node ID 93cf4f2340c62d1ab88df563ad0891e21cdacccd # Parent 01de68420db5ec99501bd1f64165910c45ceb3dd updated mtools (4.0.23 -> 4.0.39) diff -r 01de68420db5 -r 93cf4f2340c6 mtools/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mtools/description.txt Wed Apr 13 15:59:41 2022 +0100 @@ -0,0 +1,12 @@ +Mtools is a collection of utilities to access MS-DOS disks +from GNU and Unix without mounting them. +It supports Win'95 style long file names, OS/2 Xdf disks and +2m disks (store up to 1992k on a high density 3 1/2 disk). +In addition to file access, it supports many FAT-specific +features: +volume labels, FAT-specific file attributes (hidden, system, ...), +"bad block" map maintenance, access to remote floppy drives, +Iomega ZIP disk protection, "secure" erase, display of file's +on-disk layout, etc. + +Mtools' configurator file is stored in /etc/mtools.conf diff -r 01de68420db5 -r 93cf4f2340c6 mtools/receipt --- a/mtools/receipt Wed Apr 13 15:47:53 2022 +0100 +++ b/mtools/receipt Wed Apr 13 15:59:41 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mtools" -VERSION="4.0.23" +VERSION="4.0.39" CATEGORY="system-tools" SHORT_DESC="Access MS-DOS disk from *nix." MAINTAINER="erjo@slitaz.org" @@ -27,13 +27,12 @@ ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && - make MYCFLAGS="-g -O2 -Wall" mtools && - make -j1 MYCFLAGS="-g -O2 -Wall" install DESTDIR=$DESTDIR + make mtools MYCFLAGS="-g -O2 -Wall" && + make install MYCFLAGS="-g -O2 -Wall" DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin }