# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde MY_P=${P/_/-} S=${WORKDIR}/${MY_P} DESCRIPTION="Simple KDE frontend for xine-lib" HOMEPAGE="http://kde-apps.org/content/show.php?content=17161" SRC_URI="http://www.methylblue.com/codeine/${MY_P}.tar.bz2" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="media-libs/xine-lib" need-kde 3.1 src_compile(){ ./configure emake } src_install() { make INSTALL_ROOT="${D}" install || die "make install failed" dodoc README }