Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 156545 Details for
Bug 226129
New ebuild for net-analyzer/tcpillust
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
A ebuild for tcpillust-2.01
tcpillust-2.01.ebuild (text/plain), 742 bytes, created by
Emil Wojak
on 2008-06-12 20:32:27 UTC
(
hide
)
Description:
A ebuild for tcpillust-2.01
Filename:
MIME Type:
Creator:
Emil Wojak
Created:
2008-06-12 20:32:27 UTC
Size:
742 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils autotools > >DESCRIPTION="A graphical TCP connection analysis tool" >HOMEPAGE="http://www.usinglinux.org/net/tcpillust.html" >SRC_URI="http://www.nishida.org/tcpillust/tcpillust-2.01.tar.gz" > >LICENSE="" >SLOT="0" >KEYWORDS="x86" >IUSE="" > >DEPEND="dev-lang/tcl dev-lang/tk x11-misc/imake" >RDEPEND="dev-lang/tcl dev-lang/tk" > >S="${WORKDIR}/${PN}" > >src_unpack() { > unpack ${A} > cd ${S} > pwd > epatch "${FILESDIR}"/${P}-dynamic_tcltk.patch > eautoreconf >} > >src_compile() { > econf || die "econf failed" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install install.man || die "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 226129
:
156545
|
156547
|
157397