Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 28505 Details for
Bug 46469
net-analyzer/ntop-3.0 depends on libgd
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
corrected ntop-3.0 ebuild
ntop-3.0.ebuild (text/plain), 1.46 KB, created by
Lars Wendler (Polynomial-C) (RETIRED)
on 2004-04-01 04:32:38 UTC
(
hide
)
Description:
corrected ntop-3.0 ebuild
Filename:
MIME Type:
Creator:
Lars Wendler (Polynomial-C) (RETIRED)
Created:
2004-04-01 04:32:38 UTC
Size:
1.46 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.0.ebuild,v 1.2 2004/03/31 09:35:50 mboman Exp $ > >IUSE="ssl readline tcpd ncurses" > >DESCRIPTION="ntop is a unix tool that shows network usage like top" >SRC_URI="mirror://sourceforge/ntop/${P}.tgz" >HOMEPAGE="http://www.ntop.org/ntop.html" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64" > >DEPEND=">=sys-libs/gdbm-1.8.0 > >=net-libs/libpcap-0.5.2 > media-libs/libgd > tcpd? ( >=sys-apps/tcp-wrappers-7.6-r4 ) > ssl? ( >=dev-libs/openssl-0.9.6 ) > readline? ( >=sys-libs/readline-4.1 ) > ncurses? ( sys-libs/ncurses )" > >src_compile() { > local myconf > > use readline || myconf="${myconf} --without-readline" > use tcpd || myconf="${myconf} --with-tcpwrap" > use ssl || myconf="${myconf} --without-ssl" > use ncurses || myconf="${myconf} --without-curses" > > econf ${myconf} || die "configure problem" > make || die "compile problem" >} > >src_install () { > make DESTDIR=${D} install || die "install problem" > > # fixme: bad handling of plugins (in /usr/lib with unsuggestive names) > # (don't know if there is a clean way to handle it) > > doman ntop.8 > > dodoc AUTHORS CONTENTS COPYING ChangeLog MANIFESTO NEWS > dodoc PORTING README SUPPORT_NTOP.txt THANKS docs/* > > dohtml ntop.html > > keepdir /var/lib/ntop > > exeinto /etc/init.d ; newexe ${FILESDIR}/ntop-init ntop > insinto /etc/conf.d ; newins ${FILESDIR}/ntop-confd ntop >}
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 46469
: 28505