diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-10 01:19:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-10 01:19:01 +0000 |
commit | ef58299a3e980e8c45d9e4aa60b0386cc0413606 (patch) | |
tree | 2abaf97f04be92a05776905c73cba22e29bbe69f /sys-apps/smartmontools/smartmontools-5.33.ebuild | |
parent | old (diff) | |
download | historical-ef58299a3e980e8c45d9e4aa60b0386cc0413606.tar.gz historical-ef58299a3e980e8c45d9e4aa60b0386cc0413606.tar.bz2 historical-ef58299a3e980e8c45d9e4aa60b0386cc0413606.zip |
ver bump #62717
Diffstat (limited to 'sys-apps/smartmontools/smartmontools-5.33.ebuild')
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.33.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-apps/smartmontools/smartmontools-5.33.ebuild b/sys-apps/smartmontools/smartmontools-5.33.ebuild new file mode 100644 index 000000000000..55a777f575bb --- /dev/null +++ b/sys-apps/smartmontools/smartmontools-5.33.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.33.ebuild,v 1.1 2004/10/10 01:19:01 vapier Exp $ + +DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)" +HOMEPAGE="http://smartmontools.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="" + +src_install() { + dosbin smart{ctl,d} || die "dosbin" + doman *.[58] + dodoc AUTHORS CHANGELOG NEWS README TODO WARNINGS + + insinto /etc + doins smartd.conf + + exeinto /etc/init.d; newexe ${FILESDIR}/smartd.rc smartd + insinto /etc/conf.d; newins ${FILESDIR}/smartd.confd smartd +} |