equal
deleted
inserted
replaced
1 # Copyright 1999-2010 Gentoo Foundation |
|
2 # Distributed under the terms of the GNU General Public License v2 |
|
3 # $Header: $ |
|
4 |
|
5 DESCRIPTION="" |
|
6 HOMEPAGE="http://perroquet.b219.org/index.html" |
|
7 SRC_URI="http://launchpad.net/perroquet/trunk/${PV}/+download/${PN}-${PV}.tar.gz" |
|
8 |
|
9 LICENSE="GPL-3" |
|
10 SLOT="0" |
|
11 KEYWORDS="~amd64 ~x86" |
|
12 IUSE="" |
|
13 |
|
14 # maybe I miss some deps |
|
15 DEPEND=">=dev-python/pygtk-2.14 |
|
16 >=dev-lang/python-2.6 |
|
17 dev-python/gst-python" |
|
18 RDEPEND="${DEPEND}" |
|
19 |
|
20 src_install() { |
|
21 emake DESTDIR=${D} install || die "install failed" |
|
22 } |
|