summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane [lan3y] <lan3y@live.co.uk>2009-09-05 13:44:21 +0000
committerTom Lane [lan3y] <lan3y@live.co.uk>2009-09-05 13:44:21 +0000
commit862b667e523e0c794ddd432160a4a13250da0696 (patch)
tree771c924f56c4df985cdc5db6c3a734518f074e40 /net-analyzer/icinga/icinga-0.8.3.ebuild
parentapp-office/ganttproject-bin: removed a dot in DESCRIPTION (diff)
downloadsunrise-862b667e523e0c794ddd432160a4a13250da0696.tar.gz
sunrise-862b667e523e0c794ddd432160a4a13250da0696.tar.bz2
sunrise-862b667e523e0c794ddd432160a4a13250da0696.zip
net-analyzer/icinga: New Ebuild for bug 271339, version bump 0.8.3
svn path=/sunrise/; revision=9177
Diffstat (limited to 'net-analyzer/icinga/icinga-0.8.3.ebuild')
-rw-r--r--net-analyzer/icinga/icinga-0.8.3.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/net-analyzer/icinga/icinga-0.8.3.ebuild b/net-analyzer/icinga/icinga-0.8.3.ebuild
new file mode 100644
index 000000000..b91f58bd4
--- /dev/null
+++ b/net-analyzer/icinga/icinga-0.8.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="A monitoring system based on Nagios"
+HOMEPAGE="http://sourceforge.net/projects/icinga/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+src_compile() {
+ econf --with-posix-regex
+ emake 'all' || die "emake failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install 'all' || die "install failed"
+
+ dodoc README THANKS AUTHORS || die "dodoc failed"
+} \ No newline at end of file