Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 221695 Details for
Bug 305781
net-analyzer/iptraf-ng is a fork of net-analyzer/iptraf
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
An ebuild that works
iptraf-ng-1.0.0.ebuild (text/plain), 872 bytes, created by
Jeroen Roovers (RETIRED)
on 2010-03-01 21:38:59 UTC
(
hide
)
Description:
An ebuild that works
Filename:
MIME Type:
Creator:
Jeroen Roovers (RETIRED)
Created:
2010-03-01 21:38:59 UTC
Size:
872 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 > >DESCRIPTION="console-based network monitoring utility, fork off iptraf 3.0.0" >HOMEPAGE="https://fedorahosted.org/iptraf-ng/" >SRC_URI="https://fedorahosted.org/releases/i/p/${PN}/${P}.tar.gz" > >LICENSE="" >SLOT="0" >KEYWORDS="~x86" >IUSE="unicode" > >DEPEND="sys-libs/ncurses > unicode? ( sys-libs/ncurses[unicode] )" >RDEPEND="${DEPEND}" > >src_prepare() { > if use unicode; then > export ncurses_CFLAGS=$( ncursesw5-config --cflags ) > export ncurses_LIBS=$( ncursesw5-config --libs ) > else > export ncurses_CFLAGS=$( ncurses5-config --cflags ) > export ncurses_LIBS=$( ncurses5-config --libs ) > fi > export libpanel_CFLAGS="-I/usr/include" > export libpanel_LIBS="-lpanel" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 305781
: 221695 |
221697