diff --git a/srcpkgs/mtools/mtools.rshlibs b/srcpkgs/mtools/mtools.rshlibs new file mode 100644 index 0000000000..631aa1dda4 --- /dev/null +++ b/srcpkgs/mtools/mtools.rshlibs @@ -0,0 +1 @@ +libc.so.6 diff --git a/srcpkgs/mtools/template b/srcpkgs/mtools/template new file mode 100644 index 0000000000..c96443ca02 --- /dev/null +++ b/srcpkgs/mtools/template @@ -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 " +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 +}