summaryrefslogtreecommitdiff
blob: 68e70c86749d7a56c57e78e82d669b61300b0636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/blueproxy/blueproxy-1.1.ebuild,v 1.4 2008/05/24 20:17:30 solar Exp $

inherit eutils

DESCRIPTION="Bluetooth RFCOMM to TCP proxy"
HOMEPAGE="http://anil.recoil.org/projects/blueproxy.html"
SRC_URI="http://anil.recoil.org/projects/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="x86"
IUSE=""
DEPEND=">=net-wireless/bluez-libs-2.10"

src_compile() {
	emake OS=linux SDPFLAGS=-lbluetooth || die "make failed"
}

src_install() {
	dobin blueproxy bluepinger bluelistener
	doman blueproxy.1
	dodoc README
}