From b6b07d99d871ef3479f52e476b09c125a3397eeb Mon Sep 17 00:00:00 2001 From: Peter Volkov Date: Tue, 8 Jan 2008 20:08:08 +0000 Subject: Initial import. Thank you Nathan Sullivan for notification and ebuild, bug #204852. (Portage version: 2.1.3.19) --- net-analyzer/cacti-spine/cacti-spine-0.8.7a.ebuild | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 net-analyzer/cacti-spine/cacti-spine-0.8.7a.ebuild (limited to 'net-analyzer/cacti-spine/cacti-spine-0.8.7a.ebuild') diff --git a/net-analyzer/cacti-spine/cacti-spine-0.8.7a.ebuild b/net-analyzer/cacti-spine/cacti-spine-0.8.7a.ebuild new file mode 100644 index 000000000000..ad812062d26f --- /dev/null +++ b/net-analyzer/cacti-spine/cacti-spine-0.8.7a.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.7a.ebuild,v 1.1 2008/01/08 20:08:07 pva Exp $ + +WANT_AUTOCONF="latest" +inherit autotools + +MY_PV=${PV/_p/-} +DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)" +HOMEPAGE="http://cacti.net/spine_info.php" +SRC_URI="http://www.cacti.net/downloads/spine/${PN}-${MY_PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="net-analyzer/net-snmp + virtual/mysql" +RDEPEND="${DEPEND} + >net-analyzer/cacti-0.8.7" + +src_unpack() { + unpack ${A} ; cd "${S}" + sed -i -e 's/^bin_PROGRAMS/sbin_PROGRAMS/' Makefile.am + sed -i -e 's/wwwroot\/cacti\/log/var\/log/g' spine.h +} + +src_compile() { + eaclocal + eautoconf + econf || die "econf failed" + emake || die "emake failed" +} + +src_install() { + exeinto usr/sbin ; doexe "${S}"/spine + insinto etc/ ; insopts -m0640 -o root ; doins "${S}"/spine.conf + dodoc ChangeLog INSTALL README +} + +pkg_postinst() { + ewarn "NOTE: If you upgraded from cactid, do not forgive to setup spine" + ewarn "instead of cactid through web interface." + ewarn + elog "Please see cacti's site for installation instructions." + elog "Theres no need to change the crontab for this, just" + elog "read the instructions on how to implement it" + elog + elog "http://cacti.net/spine_install.php" + echo + ewarn "/etc/spine.conf should be readable by webserver, thus after you" + ewarn "decide on webserver/webserver group do not forgive to change it's" + ewarn "group with the following command:" + ewarn + ewarn " # chown root:wwwgroup /etc/spine.conf" + echo +} -- cgit v1.2.3-65-gdbad