# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/xiron/xiron-0.1.1.ebuild,v 1.4 2005/09/03 23:15:30 flameeyes Exp $ DESCRIPTION="xiron is a rapid development framework to build multimedia frontends for the xine media playing library" HOMEPAGE="http://xiron.sourceforge.net/" LICENSE="GPL-2" DEPEND=">=media-libs/xine-lib-1_beta8 lirc? ( app-misc/lirc ) virtual/x11" IUSE=" lirc" SLOT="0" KEYWORDS="~x86 ~ppc" SRC_URI="mirror://sourceforge/xiron/${P}.tar.gz" src_compile() { local myconf use lirc || myconf="${myconf} --disable-lirc" econf ${myconf} || die emake || die } src_install() { make DESTDIR=${D} \ docdir=/usr/share/doc/${PF} \ docsdir=/usr/share/doc/${PF} \ install || die dodoc AUTHORS ChangeLog NEWS README TODO }