diff options
Diffstat (limited to 'net-analyzer/pnp4nagios/pnp4nagios-0.6.4-r1.ebuild')
-rw-r--r-- | net-analyzer/pnp4nagios/pnp4nagios-0.6.4-r1.ebuild | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.6.4-r1.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-0.6.4-r1.ebuild deleted file mode 100644 index 77e91e2..0000000 --- a/net-analyzer/pnp4nagios/pnp4nagios-0.6.4-r1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pnp4nagios/pnp4nagios-0.6.4.ebuild,v 1.2 2010/07/30 15:56:07 dertobi123 Exp $ - -EAPI="2" - -inherit depend.apache eutils - -DESCRIPTION="A performance data analyzer for nagios" -HOMEPAGE="http://www.pnp4nagios.org" - -SRC_URI="mirror://sourceforge/${PN}/PNP-0.6/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" - -DEPEND=">=dev-lang/php-4.3[json,pcre,filter,reflection,spl,simplexml,xml,zlib] - || ( >=dev-lang/php-4.3[gd-external] >=dev-lang/php-4.3[gd] ) - >=net-analyzer/rrdtool-1.2 - net-analyzer/nagios-core" -RDEPEND="${DEPEND} - virtual/perl-Getopt-Long - virtual/perl-Time-HiRes - media-fonts/dejavu - apache2? ( www-servers/apache[apache2_modules_rewrite] )" - -want_apache2 - -pkg_setup() { - depend.apache_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-makefile.patch - epatch "${FILESDIR}"/${P}-stripped.patch -} - -src_configure() { - econf \ - --sysconfdir=/etc/pnp \ - --datarootdir=/usr/share/pnp \ - --with-perfdata-dir=/var/nagios/perfdata \ - --with-perfdata-spool-dir=/var/spool/pnp || die "econf failed" -} - -src_compile() { - emake all || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install-unstripped install-config || die "emake install failed" - doinitd "${FILESDIR}/npcd" - rm "${D}/usr/share/pnp/install.php" - - if use apache2 ; then - insinto "${APACHE_MODULES_CONFDIR}" - doins "${FILESDIR}"/98_pnp4nagios.conf - fi -} |