# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: Exp $ inherit eutils DESCRIPTION="A utility for bluetooth scanning and discovery" HOMEPAGE="http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads" SRC_URI="http://www.pentest.co.uk/src/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=net-wireless/bluez-utils-2.15 >=net-wireless/bluez-libs-2.15 >=dev-libs/libxml2-2.6* >=sys-libs/ncurses-5.4*" src_compile() { econf || die emake || die } src_install() { einstall || die dodoc AUTHORS COPYING ChangeLog INSTALL README NEWS TODO USAGE }