summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/cciss_vol_status/cciss_vol_status-1.12a.ebuild')
-rw-r--r--sys-apps/cciss_vol_status/cciss_vol_status-1.12a.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-apps/cciss_vol_status/cciss_vol_status-1.12a.ebuild b/sys-apps/cciss_vol_status/cciss_vol_status-1.12a.ebuild
new file mode 100644
index 000000000000..36ce9045749d
--- /dev/null
+++ b/sys-apps/cciss_vol_status/cciss_vol_status-1.12a.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+IUSE=""
+DESCRIPTION="Shows status of logical drives attached to HP SmartArray controllers"
+HOMEPAGE="https://cciss.sourceforge.net/#cciss_utils"
+LICENSE="GPL-2+"
+SRC_URI="https://downloads.sourceforge.net/cciss/${P}.tar.gz"
+KEYWORDS="amd64 ~ia64 x86"
+SLOT="0"
+RDEPEND=""
+DEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog NEWS README
+ exeinto /etc/cron.hourly
+ newexe "${FILESDIR}/cciss_vol_status-r2.cron" cciss_vol_status
+}