Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 48541 Details for
Bug 75812
net-analyzer/ntop-3.1 released
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new version
ntop-3.1.ebuild (text/plain), 1.69 KB, created by
INODE64 Sistemas
on 2005-01-15 05:11:13 UTC
(
hide
)
Description:
new version
Filename:
MIME Type:
Creator:
INODE64 Sistemas
Created:
2005-01-15 05:11:13 UTC
Size:
1.69 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.1.ebuild,v 1.15 2004/12/27 08:41:14 eldad Exp $ > >inherit gnuconfig eutils > >DESCRIPTION="tool that shows network usage like top" >HOMEPAGE="http://www.ntop.org/ntop.html" >SRC_URI="mirror://sourceforge/ntop/${P}.tgz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 ppc sparc hppa ~amd64 ~ppc64" >IUSE="ssl readline tcpd" > >DEPEND=">=sys-libs/gdbm-1.8.0 > >=net-libs/libpcap-0.5.2 > >=media-libs/gd-2.0.22 > >=media-libs/libpng-1.2.5 > tcpd? ( >=sys-apps/tcp-wrappers-7.6-r4 ) > ssl? ( >=dev-libs/openssl-0.9.6 ) > readline? ( >=sys-libs/readline-4.1 )" > >src_unpack() { > unpack ${A} > mv ${WORKDIR}/ntop ${WORKDIR}/ntop-3.1 > cd ${S} > gnuconfig_update >} > >src_compile() { > epatch ${FILESDIR}/globals-core.c.diff > > local myconf > > myconf="${myconf} --enable-i18n" > use readline || myconf="${myconf} --without-readline" > use tcpd || myconf="${myconf} --with-tcpwrap" > use ssl || myconf="${myconf} --without-ssl" > > 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 ChangeLog MANIFESTO NEWS > dodoc PORTING README SUPPORT_NTOP.txt THANKS docs/* > > dohtml ntop.html > > keepdir /var/lib/ntop > chown -R nobody:nobody ${D}/var/lib/ntop > > exeinto /etc/init.d ; newexe ${FILESDIR}/ntop-init ntop > insinto /etc/conf.d ; newins ${FILESDIR}/ntop-confd ntop >} > >pkg_postinst() { > > einfo "Notice that intop was removed upstream as of 3.1." > >} >
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 75812
:
47111
| 48541 |
48542