Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 138530 Details for
Bug 202209
net-analyzer/nmap 4.50 available
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for nmap-4.50
nmap-4.50.ebuild (text/plain), 1.13 KB, created by
fireboot
on 2007-12-15 05:56:46 UTC
(
hide
)
Description:
Ebuild for nmap-4.50
Filename:
MIME Type:
Creator:
fireboot
Created:
2007-12-15 05:56:46 UTC
Size:
1.13 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > > >inherit eutils flag-o-matic > >DESCRIPTION="A utility for network exploration or security auditing" >HOMEPAGE="http://www.insecure.org/nmap/" >SRC_URI="http://insecure.org/tmp/nmap-450-candidate/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" >IUSE="gtk ssl" > >DEPEND="dev-libs/libpcre > net-libs/libpcap > > gtk? ( >=dev-lang/python-2.5 ) > gtk? ( dev-python/pygtk ) > gtk? ( =dev-python/pysqlite-2* ) > gtk? ( dev-python/psyco ) > ssl? ( dev-libs/openssl )" > >src_unpack() { > unpack > >} >src_compile() { > econf \ > --with-libdnet=included \ > $(use_with gtk zenmap) \ > $(use_with ssl openssl) || die > > emake -j1 || die > >} >src_install() { > emake DESTDIR="${D}" -j1 nmapdatadir=/usr/share/nmap install || die "Install failed" > dodoc CHANGELOG HACKING docs/* || die > > use gtk && doicon "${FILESDIR}/zenmap/share/icons/umit_48.ico" > >}
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 202209
: 138530