From d55d22a458e1ce6d6e0ed4d672c058c2b1c58c37 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sat, 20 Apr 2013 18:12:52 +0200 Subject: Add hiawatha-monitor --- .../hiawatha-monitor/hiawatha-monitor-0.6.ebuild | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 www-apps/hiawatha-monitor/hiawatha-monitor-0.6.ebuild (limited to 'www-apps/hiawatha-monitor/hiawatha-monitor-0.6.ebuild') diff --git a/www-apps/hiawatha-monitor/hiawatha-monitor-0.6.ebuild b/www-apps/hiawatha-monitor/hiawatha-monitor-0.6.ebuild new file mode 100644 index 0000000..9b77fd7 --- /dev/null +++ b/www-apps/hiawatha-monitor/hiawatha-monitor-0.6.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +MY_P="monitor" + +DESCRIPTION="Monitoring application for www-servers/hiawatha" +HOMEPAGE="http://www.hiawatha-webserver.org/howto/monitor" +SRC_URI="http://www.hiawatha-webserver.org/files/${MY_P}-${PV}.tar.gz " + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="" +RDEPEND="www-servers/hiawatha[xsl] + virtual/cron + =dev-lang/php-5*[mysql,xsl] + virtual/mysql" + +S=${WORKDIR}/${MY_P} + +src_install () { + default + + rm ChangeLog README LICENSE + + insinto /usr/share/${PN} + doins -r * +} + +pkg_postinst () { + elog "Please follow the instructions in /usr/share/doc/${P}/README." +} -- cgit v1.2.3-54-g00ecf