30 lines
885 B
Text
30 lines
885 B
Text
# Template file for 'mtools'
|
|
pkgname=mtools
|
|
version=4.0.17
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="acl-devel"
|
|
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
|
|
}
|
|
|
|
mtools_package() {
|
|
conf_files="/etc/mtools.conf"
|
|
pkg_install() {
|
|
vmove etc
|
|
vmove usr
|
|
}
|
|
}
|