| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/media-video/cxfe/cxfe-0.9.2.ebuild,v 1.3 2008/10/06 20:33:07 maekke Exp $
|
| 4 |
|
| 5 |
inherit eutils
|
| 6 |
|
| 7 |
DESCRIPTION="A command line interface for xine."
|
| 8 |
HOMEPAGE="http://people.iola.dk/anders/cxfe/"
|
| 9 |
|
| 10 |
SRC_URI="http://people.iola.dk/anders/cxfe/${P}.tar.bz2"
|
| 11 |
|
| 12 |
LICENSE="GPL-2"
|
| 13 |
SLOT="0"
|
| 14 |
KEYWORDS="amd64 ~ppc x86"
|
| 15 |
IUSE="lirc"
|
| 16 |
|
| 17 |
RDEPEND=">=media-libs/xine-lib-1_rc1
|
| 18 |
x11-libs/libX11
|
| 19 |
x11-libs/libXext
|
| 20 |
lirc? ( app-misc/lirc )
|
| 21 |
sys-libs/ncurses"
|
| 22 |
|
| 23 |
DEPEND="${RDEPEND}
|
| 24 |
virtual/pkgconfig"
|
| 25 |
|
| 26 |
src_unpack() {
|
| 27 |
unpack ${A}
|
| 28 |
cd "${S}"
|
| 29 |
epatch "${FILESDIR}/${P}-asneeded.patch"
|
| 30 |
}
|
| 31 |
|
| 32 |
src_install() {
|
| 33 |
dobin cxfe
|
| 34 |
dodoc README TODO lircrc-example
|
| 35 |
}
|