summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-01-03 14:27:41 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-01-03 14:27:41 +0000
commit531129c8ae64502fdf6970045acd98e7f15f4157 (patch)
tree1b173cf984fe202b01a89aa69d519c87601f66d1 /sys-fs/mtools/mtools-3.9.9.ebuild
parentVersion bumped. Closes 37049 (diff)
downloadgentoo-2-531129c8ae64502fdf6970045acd98e7f15f4157.tar.gz
gentoo-2-531129c8ae64502fdf6970045acd98e7f15f4157.tar.bz2
gentoo-2-531129c8ae64502fdf6970045acd98e7f15f4157.zip
Version bumped. Closes 37049
Diffstat (limited to 'sys-fs/mtools/mtools-3.9.9.ebuild')
-rw-r--r--sys-fs/mtools/mtools-3.9.9.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/sys-fs/mtools/mtools-3.9.9.ebuild b/sys-fs/mtools/mtools-3.9.9.ebuild
new file mode 100644
index 000000000000..be7855d17c16
--- /dev/null
+++ b/sys-fs/mtools/mtools-3.9.9.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-3.9.9.ebuild,v 1.1 2004/01/03 14:27:31 mholzer Exp $
+
+DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them"
+SRC_URI="http://mtools.linux.lu/${P}.tar.gz"
+HOMEPAGE="http://mtools.linux.lu/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64"
+
+DEPEND="sys-apps/texinfo"
+
+src_compile() {
+ econf --sysconfdir=/etc/mtools
+ make || die
+}
+
+src_install() {
+ einstall sysconfdir=${D}/etc/mtools
+ insinto /etc/mtools
+ newins mtools.conf mtools.conf.example
+ dodoc COPYING ChangeLog NEWPARAMS README* Release.notes
+}