diff options
Diffstat (limited to 'gnome-extra/at-spi/at-spi-1.5.2.ebuild')
-rw-r--r-- | gnome-extra/at-spi/at-spi-1.5.2.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gnome-extra/at-spi/at-spi-1.5.2.ebuild b/gnome-extra/at-spi/at-spi-1.5.2.ebuild new file mode 100644 index 000000000000..fd5c7ada1fb8 --- /dev/null +++ b/gnome-extra/at-spi/at-spi-1.5.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.5.2.ebuild,v 1.1 2004/06/20 21:01:02 squinky86 Exp $ + +inherit gnome2 + +DESCRIPTION="The Gnome Accessibility Toolkit" +HOMEPAGE="http://developer.gnome.org/projects/gap/" + +SLOT="1" +LICENSE="LGPL-2" +KEYWORDS="~x86 ~ppc ~alpha ~amd64 ~sparc ~hppa ~ia64 ~mips" +IUSE="" + +RDEPEND=">=gnome-base/gail-1.3 + >=gnome-base/libbonobo-1.107 + >=dev-libs/atk-1.3.4 + >=x11-libs/gtk+-2 + dev-libs/popt + gnome-base/ORBit2 + virtual/x11" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig + dev-util/intltool" + +MAKEOPTS="${MAKEOPTS} -j1" + +DOCS="AUTHORS ChangeLog COPYING NEWS README TODO" |