diff options
author | 2004-03-29 13:46:38 +0000 | |
---|---|---|
committer | 2004-03-29 13:46:38 +0000 | |
commit | 840427c163997402b32b9c46ee45c6a8e8760b75 (patch) | |
tree | f150675fc56d35375ef483994b8615de166282ed /net-analyzer/nbtscan/nbtscan-1.5.1.ebuild | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-840427c163997402b32b9c46ee45c6a8e8760b75.tar.gz gentoo-2-840427c163997402b32b9c46ee45c6a8e8760b75.tar.bz2 gentoo-2-840427c163997402b32b9c46ee45c6a8e8760b75.zip |
New upstream version. Closes #45372
Diffstat (limited to 'net-analyzer/nbtscan/nbtscan-1.5.1.ebuild')
-rw-r--r-- | net-analyzer/nbtscan/nbtscan-1.5.1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-analyzer/nbtscan/nbtscan-1.5.1.ebuild b/net-analyzer/nbtscan/nbtscan-1.5.1.ebuild new file mode 100644 index 000000000000..4355560ce806 --- /dev/null +++ b/net-analyzer/nbtscan/nbtscan-1.5.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbtscan/nbtscan-1.5.1.ebuild,v 1.1 2004/03/29 13:46:38 mboman Exp $ + +S=${WORKDIR}/${P}a +DESCRIPTION="NBTscan is a program for scanning IP networks for NetBIOS name information" +SRC_URI="http://www.inetcat.org/software/${P}.tar.gz" +HOMEPAGE="http://www.inetcat.org/software/nbtscan.html" + +DEPEND="virtual/glibc" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc " + +src_compile() { + ./configure --host=${CHOST} --prefix=/usr || die + emake CFLAGS="${CFLAGS}" || die +} + +src_install () { + dobin nbtscan + dodoc COPYING ChangeLog README +} |