summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/atk/atk-1.6.1.ebuild')
-rw-r--r--dev-libs/atk/atk-1.6.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-libs/atk/atk-1.6.1.ebuild b/dev-libs/atk/atk-1.6.1.ebuild
new file mode 100644
index 000000000000..4e15993f369e
--- /dev/null
+++ b/dev-libs/atk/atk-1.6.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.6.1.ebuild,v 1.1 2004/04/24 16:48:35 foser Exp $
+
+inherit gnome2
+
+IUSE="doc"
+DESCRIPTION="GTK+ & Gnome Accessibility Toolkit"
+HOMEPAGE="http://developer.gnome.org/projects/gap/"
+
+SLOT="0"
+LICENSE="LGPL-2"
+KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64 ~ia64 ~mips"
+
+RDEPEND=">=dev-libs/glib-2"
+
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-util/pkgconfig-0.12.0
+ doc? ( >=dev-util/gtk-doc-1 )"
+
+DOCS="AUTHORS ChangeLog COPYING README INSTALL NEWS"