blob: f580d9e6a870fd99c01836369dabf5ebe7ca3b0a [file] [log] [blame]
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit eutils autotools
DESCRIPTION="Siemens FS"
HOMEPAGE="http://chaos.allsiemens.com/siefs"
SRC_URI="http://chaos.allsiemens.com/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
DEPEND="sys-fs/fuse"
RDEPEND="${DEPEND}
app-mobilephone/vmoconv"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-qa-fixes.patch
epatch "${FILESDIR}"/${P}-external-vmoconv.patch
eautoreconf
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
dodoc README AUTHORS
}