Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 157397 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]
An ebuild for tcpillust-2.01
tcpillust-2.01.ebuild (text/plain), 724 bytes, created by
Emil Wojak
on 2008-06-18 07:23:59 UTC
(
hide
)
Description:
An ebuild for tcpillust-2.01
Filename:
MIME Type:
Creator:
Emil Wojak
Created:
2008-06-18 07:23:59 UTC
Size:
724 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.nishida.org/tcpillust/" >SRC_URI="http://www.nishida.org/tcpillust/tcpillust-2.01.tar.gz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~x86" >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} > 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