diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1 @@ +libc.so.6 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,21 @@ +name : mtools +version : 4.0.18 +release : 1 +source : + - https://ftp.gnu.org/gnu/mtools/mtools-4.0.18.tar.gz : 30d408d039b4cedcd04fbf824c89b0ff85dcbb6f71f13d2d8d65abb3f58cacc3 +license : GPL-3.0 +component : system.utils +summary : A collection of utilities to access MS-DOS disks without mounting them +description: | + 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. +setup : | + %configure +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,46 @@ + + + mtools + + Federico Damián Schonborn + federicodamiansch@gmail.com + + GPL-3.0 + system.utils + A collection of utilities to access MS-DOS disks without mounting them + 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. + + https://solus-project.com/sources/README.Solus + + + mtools + A collection of utilities to access MS-DOS disks without mounting them + 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. + + system.utils + + /usr/bin + /usr/share/info + /usr/share/man + + + + + 2017-05-19 + 4.0.18 + Packaging update + Federico Damián Schonborn + federicodamiansch@gmail.com + + + \ No newline at end of file