Add atk 0.10.1
authorKoen Kooi <koen@openembedded.org>
Mon, 15 Aug 2005 18:04:55 +0000 (18:04 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 15 Aug 2005 18:04:55 +0000 (18:04 +0000)
packages/atk/atk_1.10.1.bb [new file with mode: 0644]

diff --git a/packages/atk/atk_1.10.1.bb b/packages/atk/atk_1.10.1.bb
new file mode 100644 (file)
index 0000000..6424167
--- /dev/null
@@ -0,0 +1,21 @@
+DEPENDS = "glib-2.0 gtk-doc"
+DESCRIPTION = "An accessibility toolkit for GNOME."
+SECTION = "x11/libs"
+PRIORITY = "optional"
+MAINTAINER = "Philip Blundell <pb@handhelds.org>"
+LICENSE = "LGPL"
+
+SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.8/atk-${PV}.tar.bz2"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-glibtest"
+
+CFLAGS_append = " -I${STAGING_INCDIR}/glib-2.0 \
+                 -I${STAGING_INCDIR}/glib-2.0/glib \
+                 -I${STAGING_INCDIR}/glib-2.0/gobject"
+
+do_stage () {
+       oe_libinstall -so -C atk libatk-1.0 ${STAGING_LIBDIR}
+       autotools_stage_includes
+}