blob: cd8384b98eef3391615ff9d66a364cd3d22fd6fb [file] [log] [blame]
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit eutils
DESCRIPTION="A command line interface for xine"
HOMEPAGE="http://people.iola.dk/anders/cxfe/"
SRC_URI="http://people.iola.dk/anders/cxfe/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE="lirc"
RDEPEND=">=media-libs/xine-lib-1_rc1
x11-libs/libX11
x11-libs/libXext
lirc? ( app-misc/lirc )
sys-libs/ncurses"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-asneeded.patch"
}
src_install() {
dobin cxfe
dodoc README TODO lircrc-example
}