diff --git a/net-analyzer/iptraf-ng/Manifest b/net-analyzer/iptraf-ng/Manifest new file mode 100644 index 0000000..55755f9 --- /dev/null +++ b/net-analyzer/iptraf-ng/Manifest @@ -0,0 +1 @@ +EBUILD iptraf-ng-9999.ebuild 656 RMD160 0de148d53171a25437dc45a7a4bdc7e98e30a9d5 SHA1 af7e45b15e8e2124d888c95502ec628d94225864 SHA256 6fa99d9f75086c20705b7cf92cfd658dfcd2925c12052ba83c1d5127301203a3 diff --git a/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild b/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild new file mode 100644 index 0000000..3421627 --- /dev/null +++ b/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild @@ -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 +}