summaryrefslogtreecommitdiff
blob: 497cf80d92d6574735169b1f656ef7ac606d5c0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

inherit eutils

DESCRIPTION="Papagayo is a lip-syncing program designed to help you line up phonemes (mouth shapes) with the actual recorded sound of actors speaking."
HOMEPAGE="http://papagayo.googlecode.com/"
SRC_URI="http://papagayo.googlecode.com/files/papagayo_src_r30.zip"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

RDEPEND="dev-lang/python
	dev-python/wxpython"

src_compile() {
unzip ${DISTDIR}/papagayo_src_r30.zip -d ${WORKDIR}
}
src_install() {
	insinto "${INSTDIR}"
	doins -r ${WORKDIR}/*
}