diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-09-17 03:08:10 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-09-17 03:08:10 +0000 |
commit | b036208e86f1b682384900106a978b571861734c (patch) | |
tree | c744c137462ea43a34dd998cc8048f4087142a7a /sys-fs/mtools/mtools-3.9.8-r1.ebuild | |
parent | added from app-admin to here (diff) | |
download | gentoo-2-b036208e86f1b682384900106a978b571861734c.tar.gz gentoo-2-b036208e86f1b682384900106a978b571861734c.tar.bz2 gentoo-2-b036208e86f1b682384900106a978b571861734c.zip |
added from app-admin to here
Diffstat (limited to 'sys-fs/mtools/mtools-3.9.8-r1.ebuild')
-rw-r--r-- | sys-fs/mtools/mtools-3.9.8-r1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sys-fs/mtools/mtools-3.9.8-r1.ebuild b/sys-fs/mtools/mtools-3.9.8-r1.ebuild new file mode 100644 index 000000000000..000d00e0d5de --- /dev/null +++ b/sys-fs/mtools/mtools-3.9.8-r1.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.8-r1.ebuild,v 1.1 2003/09/17 03:08:08 seemant Exp $ + +DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them" +SRC_URI="http://mtools.linux.lu/mtools-3.9.8.tar.gz" +HOMEPAGE="http://mtools.linux.lu/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc alpha" + +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 +} |