# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-cluster/util-vserver/util-vserver-0.30.208-r5.ebuild,v 1.1 2005/10/27 17:20:36 hollow Exp $ inherit autotools eutils toolchain-funcs subversion DESCRIPTION="Linux-VServer Statistics Daemon" HOMEPAGE="http://linux-vserver.org" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~alpha ~ppc ~sparc ~x86" IUSE="" DEPEND="dev-libs/confuse =dev-libs/lucid-svn-9999 =sys-libs/libvserver-svn-9999 net-analyzer/rrdtool" ESVN_REPO_URI="http://svn.linux-vserver.org/svn/vstatd/trunk" ESVN_BOOTSTRAP="make -f Makefile.svn" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "install failed" keepdir /var/lib/vstatd dodoc README ChangeLog AUTHORS }