summaryrefslogtreecommitdiffstats
path: root/media-plugins/xmms-lirc/xmms-lirc-1.4.ebuild
blob: e48f2cf6ea6539cb688a5ba823d57732fd1c1886 (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
26
27
28
29
30
31
32
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-lirc/xmms-lirc-1.4.ebuild,v 1.13 2005/04/08 17:41:38 hansmi Exp $

IUSE=""

MY_P=${P/xmms-lirc/lirc-xmms-plugin}
S="${WORKDIR}/${MY_P}"

DESCRIPTION="LIRC plugin for xmms to control xmms with your favorite remote control."
HOMEPAGE="http://www.lirc.org"
SRC_URI="mirror://sourceforge/lirc/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ppc x86 ppc64"

DEPEND="media-sound/xmms
	app-misc/lirc"

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

pkg_postinst () {
	einfo
	einfo "You have to edit your .lircrc. You can find an example file at"
	einfo "/usr/share/doc/${PF}."
	einfo "And take a look at the README there."
	einfo
}