Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 176573 Details for
Bug 252780
net-misc/stone: ebuild with man page from CVS and init/conf scripts
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild itself
stone-2.3e-r1.ebuild (text/plain), 911 bytes, created by
Mike Kazantsev
on 2008-12-28 06:29:09 UTC
(
hide
)
Description:
Ebuild itself
Filename:
MIME Type:
Creator:
Mike Kazantsev
Created:
2008-12-28 06:29:09 UTC
Size:
911 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/stone/stone-2.3e.ebuild,v 1.1 2008/12/04 16:12:38 matsuu Exp $ > >inherit eutils toolchain-funcs > >DESCRIPTION="A simple TCP/IP packet repeater" >HOMEPAGE="http://www.gcd.org/sengoku/stone/" >SRC_URI="http://www.gcd.org/sengoku/stone/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~sparc ~x86" >IUSE="ssl" > >DEPEND="ssl? ( dev-libs/openssl )" > >S="${WORKDIR}/${PN}-2.3d-2.3.2.7" > >src_compile() { > local myargs > > if use ssl ; then > myargs="${myconf} SSL=/usr linux-ssl" > else > myargs="${myconf} linux" > fi > > emake \ > CC="$(tc-getCC)" \ > CFLAGS="${CFLAGS} -D_GNU_SOURCE" \ > ${myargs} || die >} > >src_install() { > dobin stone > doman "${FILESDIR}/${PN}.1" > dodoc README* > newinitd "${FILESDIR}"/stone.init stone > newconfd "${FILESDIR}"/stone.conf stone >}
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 252780
: 176573 |
176574
|
176576
|
176578