Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 72325 Details for
Bug 111715
tcputils-0.6.2.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
tcputils-0.6.2.ebuild (New Package)
tcputils-0.6.2.ebuild (text/plain), 828 bytes, created by
Michael Buchfink
on 2005-11-06 12:02:01 UTC
(
hide
)
Description:
tcputils-0.6.2.ebuild (New Package)
Filename:
MIME Type:
Creator:
Michael Buchfink
Created:
2005-11-06 12:02:01 UTC
Size:
828 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="A small collection of programs to facilitate TCP programming in shell-scripts" >HOMEPAGE="ftp://ftp.lysator.liu.se/pub/unix/tcputils/" >SRC_URI="ftp://ftp.lysator.liu.se/pub/unix/tcputils/${PN}-${PV}.tar.gz" > >LICENSE="public-domain" >SLOT="0" >KEYWORDS="x86" >IUSE="" > >DEPEND="" > >S=${WORKDIR}/${P} > >src_unpack() { > unpack ${A} > cd ${S} > # patch Makefile for compiling under i386 > epatch ${FILESDIR}/${P}-Makefile.patch >} > >src_compile() { > emake || die "make failed" >} > >src_install() { > dobin tcpconnect > dobin tcplisten > dobin tcpbug > dobin mini-inetd > dobin getpeername > doman tcpconnect.1 > doman tcplisten.1 > doman tcpbug.1 > doman mini-inetd.1 > doman getpeername.1 > dodoc README >}
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 111715
: 72325 |
72326