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

* Re: [gentoo-dev] nmap ebuilds - new version
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Ben Lutgens @ 2001-07-14  8:55 UTC (permalink / raw
  To: gentoo-dev

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

On Sat, Jul 14, 2001 at 06:45:21AM -0600, Parag Mehta wrote:

If it were me, I'd change this

>  docinto html
>  dodoc *.html
>}

to

    insinto /usr/share/${PN}/html
    doins *.html
}

Because dodoc gzips everything. Which can be an irritation when you wanna
read it :-)


-- 
Ben Lutgens		
Sistina Software Inc.	
Kernel panic: I have no root and I want to scream

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

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

* Re: [gentoo-dev] nmap ebuilds - new version
  2001-07-14  8:55 ` Ben Lutgens
@ 2001-07-15  8:31   ` Achim Gottinger
  0 siblings, 0 replies; 3+ messages in thread
From: Achim Gottinger @ 2001-07-15  8:31 UTC (permalink / raw
  To: gentoo-dev

Ben Lutgens wrote:
> 
> On Sat, Jul 14, 2001 at 06:45:21AM -0600, Parag Mehta wrote:
> 
> If it were me, I'd change this
> 
> >  docinto html
> >  dodoc *.html
> >}
> 
> to
> 
>     insinto /usr/share/${PN}/html
>     doins *.html
> }
> 
> Because dodoc gzips everything. Which can be an irritation when you wanna
> read it :-)
> 

hmm, but html docs should go into /usr/share/doc/${PF}/html and
everything under /usr/share/doc will be
gzipped automatically.

achim~

> --
> Ben Lutgens
> Sistina Software Inc.
> Kernel panic: I have no root and I want to scream
> 
>   ------------------------------------------------------------------------
>    Part 1.2Type: application/pgp-signature



^ 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