# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-hcidump/bluez-hcidump-1.20.ebuild,v 1.3 2005/06/17 20:36:46 hansmi Exp $ DESCRIPTION="bluetooth HCI package analyzer" HOMEPAGE="http://bluez.sourceforge.net/" SRC_URI="http://bluez.sourceforge.net/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="ppc ~sparc x86" IUSE="" DEPEND=">=net-wireless/bluez-libs-2.16" src_compile() { econf || die "econf failed" emake || die } src_install() { make DESTDIR=${D} install || die dodoc README AUTHORS ChangeLog }