summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/lspbs/lspbs-1.1-r1.ebuild')
-rw-r--r--sys-cluster/lspbs/lspbs-1.1-r1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-cluster/lspbs/lspbs-1.1-r1.ebuild b/sys-cluster/lspbs/lspbs-1.1-r1.ebuild
new file mode 100644
index 000000000000..a0d9d10f6b94
--- /dev/null
+++ b/sys-cluster/lspbs/lspbs-1.1-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+DESCRIPTION="Displays clear, concise and up-to-date PBS node and CPU usage information"
+SRC_URI="http://homepages.inf.ed.ac.uk/s0239160/misc/lspbs/${P}.tar.gz"
+HOMEPAGE="http://homepages.inf.ed.ac.uk/s0239160/misc/lspbs/lspbs.html"
+IUSE=""
+
+DEPEND="sys-cluster/torque"
+RDEPEND="${DEPEND}"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64 ~ppc"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "install failed"
+
+ dodoc README || die "dodoc failed"
+
+ doman "${D}"/usr/share/lspbs.1 || die "doman failed"
+ rm -f "${D}"/usr/share/lspbs.1 || die "failed to remove old man page"
+}