Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 64764 Details for
Bug 100864
version bump trafshow-5.2.1.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
trafshow-5.2.1.ebuild
trafshow-5.2.1.ebuild (text/plain), 978 bytes, created by
Donald R. Gray Jr
on 2005-07-30 22:28:03 UTC
(
hide
)
Description:
trafshow-5.2.1.ebuild
Filename:
MIME Type:
Creator:
Donald R. Gray Jr
Created:
2005-07-30 22:28:03 UTC
Size:
978 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: > >inherit eutils gnuconfig > >IUSE="" > > >DESCRIPTION="Full screen visualization of the network traffic" > ># The new version is 5.2.1 but risp still has it packaged as 4.0 >SRC_URI="http://members.dslextreme.com/users/donaldgray/downloads/${P}.tar.bz2" >HOMEPAGE="http://soft.risp.ru/trafshow/index_en.shtml" > >SLOT="0" >LICENSE="as-is" >KEYWORDS="~x86" > >DEPEND="virtual/libpcap > sys-libs/ncurses" > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/${P}-gentoo.patch >} > >src_compile() { > # Slang looks broken on this build, but ncurses works fine. > # So for now forcing Ncurses is probably a good idea. > # No command-line option so pre-cache instead > export ac_cv_have_curses=ncurses > export LIBS=-lncurses > > econf --enable-ipv6 || die "./configure failed" > emake || die "emake failed" >} > >src_install() { > einstall DESTDIR=${D} || die "make 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 100864
: 64764 |
64765
|
64766
|
64768