diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-08-12 15:47:09 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-08-12 15:47:09 +0000 |
commit | 748ff173a90d764f80f235ccbb7df235f60ef2f4 (patch) | |
tree | 96acf3377fc953aee3da2fa523a81e18b6b9e40e /sys-apps/mondo/mondo-0.9a.ebuild | |
parent | Remove old version and close bug #60142 (diff) | |
download | historical-748ff173a90d764f80f235ccbb7df235f60ef2f4.tar.gz historical-748ff173a90d764f80f235ccbb7df235f60ef2f4.tar.bz2 historical-748ff173a90d764f80f235ccbb7df235f60ef2f4.zip |
*bump*
Diffstat (limited to 'sys-apps/mondo/mondo-0.9a.ebuild')
-rw-r--r-- | sys-apps/mondo/mondo-0.9a.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/sys-apps/mondo/mondo-0.9a.ebuild b/sys-apps/mondo/mondo-0.9a.ebuild new file mode 100644 index 000000000000..b0bf6fcc87c4 --- /dev/null +++ b/sys-apps/mondo/mondo-0.9a.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo/mondo-0.9a.ebuild,v 1.1 2004/08/12 15:47:09 taviso Exp $ + +DESCRIPTION="A System Health Monitor" +HOMEPAGE="http://mondo-daemon.sourceforge.net/" +KEYWORDS="~x86" +IUSE="" +SLOT="0" +LICENSE="GPL-2" + +DEPEND=">=sys-apps/lm-sensors-2.6.3" + +SRC_URI="mirror://sourceforge/mondo-daemon/${P}.tar.bz2" + +src_compile() { + econf || die "Configure failed" + emake || die +} + +src_install() { + einstall || die "Install failed" + + dodoc AUTHORS COPYING ChangeLog INSTALL README TODO + + exeinto /etc/init.d + newexe ${FILESDIR}/mondo.sh mondo +} + +pkg_postinst() { + einfo + einfo "The mondo system health monitor has been installed." + einfo + einfo "Don't forget to setup lm_sensors before starting mondo." + einfo "Run mondo-setup or edit /etc/mondo.conf manually and run" + einfo "'rc-update add mondo <runlevel>' to add mondo to a runlevel." + einfo +} |