mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 06:56:58 +02:00
Upgraded the mtools Portage package
Upgraded sys-fs/mtools to version 4.0.15 on x86 and arm. BUG=chromium-os:21238 TEST=built x86 and arm platforms Change-Id: I2fcf0bfd098a12e69d54111e80feec8d2177aa4a Reviewed-on: http://gerrit.chromium.org/gerrit/9955 Reviewed-by: Matt Tennant <mtennant@chromium.org> Tested-by: Luigi Semenzato <semenzato@chromium.org> Commit-Ready: Luigi Semenzato <semenzato@chromium.org> Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
parent
2491bb2902
commit
7f83250dd1
44
sdk_container/src/third_party/portage-stable/sys-fs/mtools/mtools-4.0.15.ebuild
vendored
Normal file
44
sdk_container/src/third_party/portage-stable/sys-fs/mtools/mtools-4.0.15.ebuild
vendored
Normal file
@ -0,0 +1,44 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-4.0.15.ebuild,v 1.8 2011/06/19 16:59:24 armin76 Exp $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them"
|
||||
HOMEPAGE="http://mtools.linux.lu/"
|
||||
SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86"
|
||||
IUSE="X"
|
||||
|
||||
DEPEND="
|
||||
X? (
|
||||
x11-libs/libICE
|
||||
x11-libs/libXau
|
||||
x11-libs/libSM
|
||||
x11-libs/libX11
|
||||
x11-libs/libXt
|
||||
)"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
eautoconf #341443
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--sysconfdir=/etc/mtools \
|
||||
$(use_with X x)
|
||||
}
|
||||
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue
Block a user