Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 3683
Collapse All | Expand All

(-)ntop-2.0-r1.ebuild (-6 / +6 lines)
Lines 3-11 Link Here
3
# Author Achim Gottinger <achim@gentoo.org>, Bruce A. Locke <blocke@shivan.org>
3
# Author Achim Gottinger <achim@gentoo.org>, Bruce A. Locke <blocke@shivan.org>
4
# /space/gentoo/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-2.0-r1.ebuild,v 1.3 2002/04/27 14:02:50 seemant Exp
4
# /space/gentoo/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-2.0-r1.ebuild,v 1.3 2002/04/27 14:02:50 seemant Exp
5
5
6
S=${WORKDIR}/${PN}
6
S=${WORKDIR}/RC2/ntop
7
DESCRIPTION="ntop is a unix tool that shows network usage like top"
7
DESCRIPTION="ntop is a unix tool that shows network usage like top"
8
SRC_URI="http://luca.ntop.org/${P}-src.tgz"
8
SRC_URI="http://luca.ntop.org/ntop-2.0.99-rc2.tgz"
9
HOMEPAGE="http://www.ntop.org/ntop.html"
9
HOMEPAGE="http://www.ntop.org/ntop.html"
10
10
11
DEPEND="virtual/glibc sys-devel/gcc
11
DEPEND="virtual/glibc sys-devel/gcc
Lines 42-52 Link Here
42
    ./configure || die
42
    ./configure || die
43
43
44
    # subtree #1
44
    # subtree #1
45
    cd gd-1.8.3/libpng-1.0.8
45
    cd gd-1.8.3/libpng-1.2.1
46
    make -f scripts/makefile.linux || die
46
    make -f scripts/makefile.linux || die
47
47
48
    # subtree #2
48
    # subtree #2
49
    cd ../../zlib-1.1.3/
49
    cd ../../zlib-1.1.4/
50
    ./configure || die
50
    ./configure || die
51
    make || die
51
    make || die
52
52
Lines 56-63 Link Here
56
56
57
    # now ntop itself...
57
    # now ntop itself...
58
    cd ../ntop
58
    cd ../ntop
59
    # fix syslog() format strings vulnerability.
60
    patch -p1 < ${FILESDIR}/ntop-2.0_syslog_format.patch
61
	econf ${myconf} || die
59
	econf ${myconf} || die
62
    make || die
60
    make || die
63
61
Lines 87-90 Link Here
87
    dodoc PORTING README SUPPORT_NTOP.txt THANKS
85
    dodoc PORTING README SUPPORT_NTOP.txt THANKS
88
86
89
    dohtml ntop.html
87
    dohtml ntop.html
88
89
    dodir /var/lib/ntop
90
}
90
}

Return to bug 3683