You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/nbtscan/nbtscan-1.5.1-r2.ebuild

35 lines
980 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbtscan/nbtscan-1.5.1-r2.ebuild,v 1.2 2010/09/15 01:24:39 jer Exp $
EAPI="2"
inherit eutils
DESCRIPTION="NBTscan is a program for scanning IP networks for NetBIOS name information"
HOMEPAGE="http://www.inetcat.net/software/nbtscan.html"
SRC_URI="http://www.sourcefiles.org/Networking/Tools/Miscellanenous/${P}.tar.gz"
SRC_URI="http://www.inetcat.net/software/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
S=${WORKDIR}/${P}a
src_prepare() {
sed -i Makefile.in \
-e 's| -o | $(LDFLAGS)&|g' \
-e 's| \($(BINDIR)\)| $(DESTDIR)/\1|g' \
|| die "sed Makefile.in"
epatch \
"${FILESDIR}"/${P}-script-whitespace.patch \
"${FILESDIR}"/${P}-includes-declarations.patch
}
src_install () {
dobin ${PN} || die "dobin ${PN}"
dodoc ChangeLog README
}