summaryrefslogtreecommitdiff
blob: ec4ecfe4b6ab7f77ab2f7787c7397fbc88b8c196 (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
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-poke/at-poke-0.1.0-r1.ebuild,v 1.6 2004/02/22 20:49:23 agriffis Exp $

inherit gnome2

DESCRIPTION="the accessibility poking tool"
HOMEPAGE="http://bugzilla.gnome.org"
LICENSE="GPL-2 LGPL-2.1"
KEYWORDS="x86 sparc"

RDEPEND=">=gnome-extra/at-spi-0.12.1
	>=x11-libs/gtk+-2.0.0
	>=gnome-base/libgnomeui-1.117.0
	>=gnome-extra/libgail-gnome-0.5.0"

DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.12.0"

SRC_URI="mirror://gnome/2.0.0/sources/${PN}/${P}.tar.bz2"
S=${WORKDIR}/${P}
SLOT="0"

G2CONF="${G2CONF} --enable-platform-gnome-2"

DOCS="AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS README TODO"