wok rev 24929

updated mtools (4.0.23 -> 4.0.39)
author Hans-G?nter Theisgen
date Wed Apr 13 15:59:41 2022 +0100 (2022-04-13)
parents 01de68420db5
children fb479852ba15
files mtools/description.txt mtools/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mtools/description.txt	Wed Apr 13 15:59:41 2022 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +Mtools is a collection of utilities to access MS-DOS disks
     1.5 +from GNU and Unix without mounting them.
     1.6 +It supports Win'95 style long file names, OS/2 Xdf disks and
     1.7 +2m disks (store up to 1992k on a high density 3 1/2 disk).
     1.8 +In addition to file access, it supports many FAT-specific
     1.9 +features:
    1.10 +volume labels, FAT-specific file attributes (hidden, system, ...),
    1.11 +"bad block" map maintenance, access to remote floppy drives,
    1.12 +Iomega ZIP disk protection, "secure" erase, display of file's
    1.13 +on-disk layout, etc.
    1.14 +
    1.15 +Mtools' configurator file is stored in /etc/mtools.conf
     2.1 --- a/mtools/receipt	Wed Apr 13 15:47:53 2022 +0100
     2.2 +++ b/mtools/receipt	Wed Apr 13 15:59:41 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="mtools"
     2.7 -VERSION="4.0.23"
     2.8 +VERSION="4.0.39"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Access MS-DOS disk from *nix."
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12 @@ -27,13 +27,12 @@
    2.13  	./configure		\
    2.14  		--prefix=/usr	\
    2.15  		$CONFIGURE_ARGS &&
    2.16 -	make MYCFLAGS="-g -O2 -Wall" mtools &&
    2.17 -	make -j1 MYCFLAGS="-g -O2 -Wall" install DESTDIR=$DESTDIR
    2.18 +	make	mtools MYCFLAGS="-g -O2 -Wall" &&
    2.19 +	make	install MYCFLAGS="-g -O2 -Wall" DESTDIR=$DESTDIR
    2.20  }
    2.21  
    2.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.23  genpkg_rules()
    2.24  {
    2.25 -	mkdir -p $fs/usr
    2.26 -	cp -a $install/usr/bin $fs/usr
    2.27 +	cook_copy_folders	bin
    2.28  }