# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils DESCRIPTION="host exploration tool and bannergrabber" HOMEPAGE="http://directory.fsf.org/security/net/hackbot.html" SRC_URI="http://ws.obit.nl/hackbot/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc-macos ppc64 s390 sh sparc x86" IUSE="" DEPEND="dev-lang/perl" S="${WORKDIR}/${PN}" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/file_reloc.gentoo.patch epatch ${FILESDIR}/db_reloc.gentoo.patch } src_compile() { einfo 'There is nothing to compile' } src_install() { einstall || die dodoc CHANGES KNOWN_BUGS INSTALL LICENSE developer_guidelines.txt \ documentation.txt dohtml manpage.html }