blob: b24833f314c7273def183bcb4709feb823b1397a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/gail-0.17.ebuild,v 1.8 2003/02/13 12:05:35 vapier Exp $
inherit gnome2
S=${WORKDIR}/${P}
DESCRIPTION="Part of Gnome Accessibility"
SRC_URI="mirror://gnome/2.0.0/sources/${PN}/${P}.tar.bz2"
HOMEPAGE="http://www.gnome.org/"
SLOT="0"
KEYWORDS="x86 ppc sparc alpha"
LICENSE="GPL-2"
DEPEND=">=dev-util/pkgconfig-0.12.0
>=x11-libs/gtk+-2.0.5
>=dev-libs/glib-2.0.4
>=x11-libs/pango-1.0.2
>=dev-libs/atk-1.0.2
>=gnome-base/libgnomecanvas-2.0.0"
DOCS="AUTHORS ChangeLog COPYING README* INSTALL NEWS"
|