summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/vstatd-svn/vstatd-svn-9999.ebuild')
-rw-r--r--sys-cluster/vstatd-svn/vstatd-svn-9999.ebuild23
1 files changed, 12 insertions, 11 deletions
diff --git a/sys-cluster/vstatd-svn/vstatd-svn-9999.ebuild b/sys-cluster/vstatd-svn/vstatd-svn-9999.ebuild
index 7a23225..ceaccb0 100644
--- a/sys-cluster/vstatd-svn/vstatd-svn-9999.ebuild
+++ b/sys-cluster/vstatd-svn/vstatd-svn-9999.ebuild
@@ -1,22 +1,22 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 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 $
+# $Header: $
-inherit autotools eutils toolchain-funcs subversion
+inherit autotools eutils subversion
-DESCRIPTION="Linux-VServer Statistics Daemon"
-HOMEPAGE="http://linux-vserver.org"
+DESCRIPTION="Linux-VServer Statistics Daemon."
+HOMEPAGE="http://svn.linux-vserver.org/projects/vstatd/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~alpha ~ppc ~sparc ~x86"
-
+KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-libs/confuse
- =dev-libs/lucid-svn-9999
- =sys-libs/libvserver-svn-9999
- net-analyzer/rrdtool"
+ =dev-libs/lucid-svn-9999
+ =sys-libs/libvserver-svn-9999
+ net-analyzer/rrdtool"
+RDEPEND="${DEPEND}"
ESVN_REPO_URI="http://svn.linux-vserver.org/svn/vstatd/trunk"
ESVN_BOOTSTRAP="make -f Makefile.svn"
@@ -27,7 +27,8 @@ src_compile() {
}
src_install() {
- make DESTDIR="${D}" install || die "install failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
keepdir /var/lib/vstatd
+ newinitd "${FILESDIR}/vstatd-initd" vstatd || die "Inserting init.d-file failed"
dodoc README ChangeLog AUTHORS
}