blob: bd8b3d75fe77902d47f4ff914307a590412fd5dc [file] [log] [blame]
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/mythtv-themes-0.22_p22793.ebuild,v 1.1 2009/11/16 05:20:48 cardoe Exp $
EAPI=2
inherit qt4 mythtv
DESCRIPTION="A collection of themes for the MythTV project."
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="x11-libs/qt-core:4
=media-tv/mythtv-${MY_PV}*"
src_configure() {
sh ./configure --prefix=/usr || die "configure died"
}
src_compile() {
eqmake4 myththemes.pro || die "qmake failed"
}
src_install() {
einstall INSTALL_ROOT="${D}" || die "install failed"
}