diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-12-02 10:08:02 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-12-02 10:08:02 +0000 |
commit | ba2e4a4594511fea5c577c393013152ef818b58a (patch) | |
tree | f8d75dc1ee04219dcf31719fa87046ecea86cb65 /dev-perl/WattsUp-Daemon/WattsUp-Daemon-0.4.ebuild | |
parent | New package. Dependancy for WattsUp-Daemon. Ebuild by Robin H. Johnson <robba... (diff) | |
download | gentoo-2-ba2e4a4594511fea5c577c393013152ef818b58a.tar.gz gentoo-2-ba2e4a4594511fea5c577c393013152ef818b58a.tar.bz2 gentoo-2-ba2e4a4594511fea5c577c393013152ef818b58a.zip |
New package. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
(Portage version: 2.1.4_rc4)
Diffstat (limited to 'dev-perl/WattsUp-Daemon/WattsUp-Daemon-0.4.ebuild')
-rw-r--r-- | dev-perl/WattsUp-Daemon/WattsUp-Daemon-0.4.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/WattsUp-Daemon/WattsUp-Daemon-0.4.ebuild b/dev-perl/WattsUp-Daemon/WattsUp-Daemon-0.4.ebuild new file mode 100644 index 000000000000..d47adf173c50 --- /dev/null +++ b/dev-perl/WattsUp-Daemon/WattsUp-Daemon-0.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WattsUp-Daemon/WattsUp-Daemon-0.4.ebuild,v 1.1 2007/12/02 10:08:01 robbat2 Exp $ + +inherit perl-module + +DESCRIPTION="Watt's Up Monitoring Daemon" +HOMEPAGE="http://dev.gentoo.org/~robbat2/wattsup-daemon/" +SRC_URI="http://dev.gentoo.org/~robbat2/wattsup-daemon/${P}.tar.gz" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86 ~ppc" + +DEPEND="dev-perl/Device-SerialPort + dev-perl/Time-TAI64 + virtual/perl-Time-HiRes" + +mydoc="AUTHORS doc/wattsup_spec_v442.txt" +myconf="INSTALLSCRIPT=/usr/sbin/" + +src_install() { + perl-module_src_install + cd "${S}" + newinitd gentoo/wattsup-daemon.initd wattsup-daemon + newconfd gentoo/wattsup-daemon.confd wattsup-daemon +} |