mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Add recipe for mtools.
This commit is contained in:
75
sys-fs/mtools/mtools-4.0.18.recipe
Normal file
75
sys-fs/mtools/mtools-4.0.18.recipe
Normal file
@@ -0,0 +1,75 @@
|
||||
SUMMARY="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."
|
||||
HOMEPAGE="http://www.gnu.org/software/mtools/"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_64"
|
||||
COPYRIGHT="1997-2009 Alain Knaff"
|
||||
LICENSE="GNU GPL v3"
|
||||
|
||||
SRC_URI="ftp://ftp.gnu.org/gnu/mtools/mtools-4.0.18.tar.bz2"
|
||||
CHECKSUM_SHA256="59e9cf80885399c4f229e5d87e49c0c2bfeec044e1386d59fcd0b0aead6b2f85"
|
||||
|
||||
PROVIDES="
|
||||
mtools = $portVersion
|
||||
cmd:amuFormat.sh
|
||||
cmd:lz
|
||||
cmd:mattrib
|
||||
cmd:mbadblocks
|
||||
cmd:mcat
|
||||
cmd:mcd
|
||||
cmd:mcheck
|
||||
cmd:mclasserase
|
||||
cmd:mcomp
|
||||
cmd:mcopy
|
||||
cmd:mdel
|
||||
cmd:mdeltree
|
||||
cmd:mdir
|
||||
cmd:mdu
|
||||
cmd:mformat
|
||||
cmd:minfo
|
||||
cmd:mkmanifest
|
||||
cmd:mlabel
|
||||
cmd:mmd
|
||||
cmd:mmount
|
||||
cmd:mmove
|
||||
cmd:mpartition
|
||||
cmd:mrd
|
||||
cmd:mren
|
||||
cmd:mshortname
|
||||
cmd:mshowfat
|
||||
cmd:mtools
|
||||
cmd:mtoolstest
|
||||
cmd:mtype
|
||||
cmd:mxtar
|
||||
cmd:mzip
|
||||
cmd:tgz
|
||||
cmd:uz
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
cmd:awk
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user