# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ inherit sicortex-sources DESCRIPTION="Miscellaneous SiCortex Node Utilities" HOMEPAGE="http://SiCortex.com" SRC_URI="" ESVN_REPO_URI="svn://svn.sicortex.com/svn/master/software/trunk/ice9-utilities" LICENSE="GPL-2" SLOT="0" KEYWORDS="mips" IUSE="" DEPEND="" RDEPEND="$DEPEND" src_compile() { emake || die "make failed" } src_install() { emake DESTDIR="${D}" install || die "make install failed" into / dosbin rpc.statd || die "rpc.statd install failed" }