Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 113139 Details for
Bug 170696
dev-perl/Cflow - flowdumper doesn`t parse flow-files
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New ebuild with patch for Cflow-1.051
Cflow-1.051.ebuild (text/plain), 1.11 KB, created by
Ilya Kashirin
on 2007-03-13 03:37:19 UTC
(
hide
)
Description:
New ebuild with patch for Cflow-1.051
Filename:
MIME Type:
Creator:
Ilya Kashirin
Created:
2007-03-13 03:37:19 UTC
Size:
1.11 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-perl/Cflow/Cflow-1.051.ebuild,v 1.7 2006/08/04 23:00:09 mcummings Exp $ > >inherit eutils > >FLOW_TOOLS_VERSION="0.68" > >DESCRIPTION="Provides an API for reading and analysing raw flow files" >HOMEPAGE="http://net.doit.wisc.edu/~plonka/Cflow/" >SRC_URI="http://net.doit.wisc.edu/~plonka/${PN}/${P}.tar.gz > ftp://ftp.eng.oar.net/pub/flow-tools/flow-tools-${FLOW_TOOLS_VERSION}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~ia64 ~ppc ~x86" >IUSE="" > >DEPEND="dev-lang/perl" > >PDEPEND=">=net-analyzer/flow-tools-${FLOW_TOOLS_VERSION}-r1" >RDEPEND="${DEPEND}" > >src_unpack() { > unpack flow-tools-${FLOW_TOOLS_VERSION}.tar.gz > cd flow-tools-${FLOW_TOOLS_VERSION} > ./configure > make > cd contrib > unpack ${P}.tar.gz > sed -i "s:../../lib/libft.a:/usr/lib/libft.a:" ${WORKDIR}/flow-tools-${FLOW_TOOLS_VERSION}/contrib/${P}/Makefile.PL >} > >src_install() { > cd ${WORKDIR}/flow-tools-${FLOW_TOOLS_VERSION}/contrib/${P} > perl Makefile.PL > make DESTDIR="${D}" install || die "make install failed" > dodoc Changes 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 170696
: 113139