New package: mtools-4.0.17.
This commit is contained in:
parent
8c28da2296
commit
a6109326d6
2 changed files with 24 additions and 0 deletions
1
srcpkgs/mtools/mtools.rshlibs
Normal file
1
srcpkgs/mtools/mtools.rshlibs
Normal file
|
@ -0,0 +1 @@
|
|||
libc.so.6
|
23
srcpkgs/mtools/template
Normal file
23
srcpkgs/mtools/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'mtools'
|
||||
pkgname=mtools
|
||||
version=4.0.17
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="acl-devel"
|
||||
conf_files="/etc/mtools.conf"
|
||||
short_desc="A collection of utilities to access MS-DOS disks"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.gnu.org/software/mtools"
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=0ecc358e30a72d215b1d4c625b27e67121cd6f6075370dfb791ef2a8b980ecb6
|
||||
long_desc="
|
||||
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).
|
||||
|
||||
Mtools can now handle the long filenames of Windows NT and Windows 95."
|
||||
|
||||
post_install() {
|
||||
vinstall mtools.conf 644 etc
|
||||
}
|
Loading…
Reference in a new issue