diff options
Diffstat (limited to 'x11-themes/mythtv-themes/mythtv-themes-0.22_alpha16840.ebuild')
-rw-r--r-- | x11-themes/mythtv-themes/mythtv-themes-0.22_alpha16840.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-themes/mythtv-themes/mythtv-themes-0.22_alpha16840.ebuild b/x11-themes/mythtv-themes/mythtv-themes-0.22_alpha16840.ebuild new file mode 100644 index 000000000000..56c8e0cf3c73 --- /dev/null +++ b/x11-themes/mythtv-themes/mythtv-themes-0.22_alpha16840.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 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_alpha16840.ebuild,v 1.1 2008/04/01 17:40:51 cardoe Exp $ + +EAPI=1 +inherit qt4 mythtv + +DESCRIPTION="A collection of themes for the MythTV project." +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND=">=x11-libs/qt-4.3:4 + =media-tv/mythtv-${MY_PV}*" + +src_compile() { + ./configure --prefix="${ROOT}"/usr || die "configure died" + + eqmake4 myththemes.pro -o "Makefile" || die "qmake failed" +} + +src_install() { + einstall INSTALL_ROOT="${D}" || die "install failed" +} |