From 3b0e27046fe429b126760a624325d865dfc2cdb2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 7 Mar 2010 00:00:30 +0000 Subject: Version bump #307497 by Jeroen Roovers. (Portage version: 2.2_rc65/cvs/Linux x86_64) --- sys-fs/mtools/mtools-4.0.13.ebuild | 44 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 sys-fs/mtools/mtools-4.0.13.ebuild (limited to 'sys-fs/mtools/mtools-4.0.13.ebuild') diff --git a/sys-fs/mtools/mtools-4.0.13.ebuild b/sys-fs/mtools/mtools-4.0.13.ebuild new file mode 100644 index 000000000000..a1487c8f5a39 --- /dev/null +++ b/sys-fs/mtools/mtools-4.0.13.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-4.0.13.ebuild,v 1.1 2010/03/07 00:00:30 vapier Exp $ + +DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them" +HOMEPAGE="http://mtools.linux.lu/" +SRC_URI="http://mtools.linux.lu/${P}.tar.bz2 + mirror://gnu/${PN}/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="X" + +DEPEND=" + X? ( + x11-libs/libICE + x11-libs/libXau + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXt + )" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i 's:/usr/local/etc:/etc:g' mtools.5 mtools.texi +} + +src_compile() { + econf \ + --sysconfdir=/etc/mtools \ + $(use_with X x) \ + || die + emake || die "emake failed" +} + +src_install() { + emake -j1 DESTDIR="${D}" install || die + insinto /etc/mtools + doins mtools.conf || die + dosed '/^SAMPLE FILE$/s:^:#:' /etc/mtools/mtools.conf # default is fine + dodoc README* Release.notes +} -- cgit v1.2.3-65-gdbad