blob: fade09a8159e6c46de1e9d5488bdd6c46f09945c (
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-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/gtk-recordmydesktop/gtk-recordmydesktop-0.3.7.2.ebuild,v 1.3 2008/05/18 00:45:49 tester Exp $
DESCRIPTION="GTK interface for RecordMyDesktop"
HOMEPAGE="http://recordmydesktop.iovar.org/"
SRC_URI="mirror://sourceforge/recordmydesktop/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
# Test is buggy : bug #186752
# Tries to run intl-toolupdate without it being substituted from
# configure, make test tries run make check in flumotion/test what
# makes me think that this file has been copied from flumotion without
# much care...
RESTRICT="test"
RDEPEND=">=x11-libs/gtk+-2.10.0
>=dev-python/pygtk-2
>=media-video/recordmydesktop-0.3.4"
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
dodoc NEWS README AUTHORS ChangeLog
}
|