live ebuild for iptraf-ng

This commit is contained in:
Sergey Popov 2012-03-20 12:56:47 +04:00
parent 158c7b5762
commit 2b06848102
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1 @@
EBUILD iptraf-ng-9999.ebuild 656 RMD160 0de148d53171a25437dc45a7a4bdc7e98e30a9d5 SHA1 af7e45b15e8e2124d888c95502ec628d94225864 SHA256 6fa99d9f75086c20705b7cf92cfd658dfcd2925c12052ba83c1d5127301203a3

View File

@ -0,0 +1,33 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
inherit git-2 autotools-utils
DESCRIPTION="A console-based network monitoring utility"
HOMEPAGE="http://fedorahosted.org/iptraf-ng/"
SRC_URI=""
EGIT_REPO_URI="git://git.fedorahosted.org/git/iptraf-ng.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND=">=sys-libs/ncurses-5.7-r7"
DEPEND="${RDEPEND}
!net-analyzer/iptraf"
AUTOTOOLS_AUTORECONF="1"
src_prepare() {
./gen-version
autotools-utils_src_prepare
}
src_install() {
autotools-utils_src_install
dohtml -r Documentation
keepdir /var/{lib,log,lock}/iptraf-ng #376157
}