diff options
Diffstat (limited to 'gnome-base/gail/gail-1.8.4.ebuild')
-rw-r--r-- | gnome-base/gail/gail-1.8.4.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gnome-base/gail/gail-1.8.4.ebuild b/gnome-base/gail/gail-1.8.4.ebuild new file mode 100644 index 000000000000..332af412a846 --- /dev/null +++ b/gnome-base/gail/gail-1.8.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/gail-1.8.4.ebuild,v 1.1 2005/05/13 19:56:23 leonardop Exp $ + +inherit gnome2 + +DESCRIPTION="Accessibility support for Gtk+ and libgnomecanvas" +HOMEPAGE="http://developer.gnome.org/projects/gap" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64 ~ia64 ~mips ~ppc64 ~arm" +IUSE="doc static" + +USE_DESTDIR="1" + +RDEPEND=">=x11-libs/gtk+-2.3.5 + >=dev-libs/atk-1.7 + >=gnome-base/libgnomecanvas-2" +DEPEND="${RDEPEND} + dev-util/pkgconfig + doc? ( >=dev-util/gtk-doc-1 )" + +DOCS="AUTHORS ChangeLog NEWS README" + +G2CONF="${G2CONF} $(use_enable static)" |