blob: a45a05dbe4d839a2702f5e1417fa2eb9c1fa8d31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythflix/mythflix-0.22_p22763-r1.ebuild,v 1.1 2009/11/14 23:53:10 cardoe Exp $
EAPI=2
inherit qt4 mythtv-plugins
DESCRIPTION="NetFlix manager via MythTV."
IUSE=""
KEYWORDS="~amd64 ~ppc ~x86"
src_install() {
mythtv-plugins_src_install
# correct permissions so MythFlix is actually usable
fperms 755 /usr/share/mythtv/mythflix/scripts/netflix.pl
}
|