blob: a80a154b139ea8dedb6534993513303c53d65f50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2010 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.3 2010/08/01 11:23:03 hwoarang 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
}
|