mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-analyzer/slurm: Old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="4"
|
||||
|
||||
inherit autotools eutils
|
||||
|
||||
DESCRIPTION="Realtime network interface monitor based on FreeBSD's pppstatus"
|
||||
HOMEPAGE="http://www.wormulon.net/projects/slurm"
|
||||
SRC_URI="http://www.wormulon.net/files/code/slurm/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~ppc ~sparc x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="sys-libs/ncurses"
|
||||
|
||||
src_prepare() {
|
||||
epatch \
|
||||
"${FILESDIR}"/${P}-gentoo.patch \
|
||||
"${FILESDIR}"/${P}-overflow.patch \
|
||||
"${FILESDIR}"/${P}-theme.patch
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_install() {
|
||||
# binary
|
||||
dobin slurm
|
||||
|
||||
# themes to use with -t option
|
||||
insinto /usr/share/${PN}/themes
|
||||
doins themes/*.theme
|
||||
|
||||
# manual and other docs
|
||||
doman slurm.1
|
||||
dodoc AUTHORS ChangeLog COPYRIGHT FAQ KEYS README THANKS \
|
||||
THEMES.txt TODO
|
||||
}
|
||||
Reference in New Issue
Block a user