summaryrefslogtreecommitdiff
blob: 3a05c9ab02444f9dbb3065b47e43e73c75fd2a93 (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
25
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-btexmms/xmms-btexmms-0.5.ebuild,v 1.2 2004/06/18 20:20:23 dholm Exp $

IUSE=""

MY_P=${P/xmms-/}
MY_PN=${PN/xmms-/}
S="${WORKDIR}/${MY_PN}"

DESCRIPTION="Remote control XMMS from your Ericsson phone (using Bluetooth)"
HOMEPAGE="http://www.lyola.com/bte/"
SRC_URI="http://www.lyola.com/bte/${MY_P}.tgz"
SLOT="0"

LICENSE="GPL-2"

KEYWORDS="~x86 ~amd64 ~sparc ~ppc"
DEPEND="media-sound/xmms
	>=net-wireless/bluez-utils-2.3"

src_install() {
	make DESTDIR="${D}" install || die
	dodoc AUTHORS ChangeLog CREDITS INSTALL README
}