Files @ b76950b7cff3
Branch filter:

Location: portage-overlay.git/sys-fs/vmfs-tools/vmfs-tools-0.2.5.ebuild

b76950b7cff3 651 B application/vnd.gentoo.ebuild Show Annotation Show as Raw Download as Raw
chain
add sys-fs/vmfs-tools to tree (taken from ssnb's overlay)
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit eutils toolchain-funcs

DESCRIPTION="Tools for vmfs"
HOMEPAGE="http://glandium.org/projects/vmfs-tools/"
SRC_URI="http://glandium.org/projects/${PN}/${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+fuse"

RDEPEND="sys-apps/util-linux
	fuse? ( sys-fs/fuse )"

DEPEND="${RDEPEND}
	app-text/asciidoc
	app-text/docbook-xsl-stylesheets
	dev-libs/libxslt"

src_prepare() {
	epatch "${FILESDIR}"/${P}-buildsystem.patch
	tc-export CC AR RANLIB
	export NO_STRIP=1
	export WANT_FUSE=$(usex fuse 1 "")
}