mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-20 08:33:31 +02:00
initial import
This commit is contained in:
25
media-plugins/xmms-btexmms/xmms-btexmms-0.5.ebuild
Normal file
25
media-plugins/xmms-btexmms/xmms-btexmms-0.5.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# 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.6 2005/09/09 11:22:40 flameeyes 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="amd64 ~ppc sparc x86"
|
||||
DEPEND="media-sound/xmms
|
||||
>=net-wireless/bluez-utils-2.3"
|
||||
|
||||
src_install() {
|
||||
make DESTDIR="${D}" install || die
|
||||
dodoc AUTHORS ChangeLog CREDITS README
|
||||
}
|
||||
Reference in New Issue
Block a user