public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] nmap ebuilds - new version
@ 2001-07-14  6:46 Parag Mehta
  2001-07-14  8:55 ` Ben Lutgens
  0 siblings, 1 reply; 3+ messages in thread
From: Parag Mehta @ 2001-07-14  6:46 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 300 bytes --]

Hi

attached with this mail is the nmap ebuild with the digest file. this is the new release beta26 ebuild. can somebdy please commit it to the cvs. i have tested this ebuild by running the following command to test the ebuild :

ebuild foo.ebuild clean unpack compile install

regards,

parag mehta

[-- Attachment #2: digest-nmap-2.54_beta26 --]
[-- Type: text/plain, Size: 57 bytes --]

MD5 9fa0305c82c53576f241dcc8d21b8b60 nmap-2.54BETA26.tgz

[-- Attachment #3: nmap-2.54_beta26.ebuild --]
[-- Type: text/plain, Size: 797 bytes --]

# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Parag Mehta <pm@gentoo.org>

P=nmap-2.54BETA26
A=${P}.tgz
S=${WORKDIR}/${P}
DESCRIPTION="Portscanner"
SRC_URI="http://www.insecure.org/nmap/dist/"${A}
HOMEPAGE="http://www.insecure.org/nmap/"

DEPEND="virtual/glibc
	gtk? ( >=x11-libs/gtk+-1.2.8 )"

src_compile() {                           
  try ./configure --host=${CHOST} --prefix=/usr --mandir=/usr/share/man --enable-ipv6
  if [ "`use gtk`" ] ; then
    try make
  else
    try make nmap
  fi
}

src_install() {                               

  try make prefix=${D}/usr mandir=${D}/usr/share/man install

  dodoc CHANGELOG COPYING HACKING README*
  cd docs
  dodoc *.txt
  docinto html
  dodoc *.html
}




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-07-15 14:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-14  6:46 [gentoo-dev] nmap ebuilds - new version Parag Mehta
2001-07-14  8:55 ` Ben Lutgens
2001-07-15  8:31   ` Achim Gottinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox