diff options
Diffstat (limited to 'net-analyzer/nbtscan/nbtscan-1.0.3.ebuild')
-rw-r--r-- | net-analyzer/nbtscan/nbtscan-1.0.3.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net-analyzer/nbtscan/nbtscan-1.0.3.ebuild b/net-analyzer/nbtscan/nbtscan-1.0.3.ebuild deleted file mode 100644 index 25e6c4ec11e7..000000000000 --- a/net-analyzer/nbtscan/nbtscan-1.0.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbtscan/nbtscan-1.0.3.ebuild,v 1.12 2005/01/18 17:02:04 j4rg0n Exp $ - -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/libc" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc" -IUSE="" - -src_compile() { - - ./configure --host=${CHOST} --prefix=/usr || die - emake CFLAGS="${CFLAGS}" || die - -} - -src_install () { - - dobin nbtscan - dodoc COPYING ChangeLog README - -} |