Merge oe-devel@oe-devel.bkbits.net:packages
[vuplus_openembedded] / atk / atk_1.6.0.oe
1 DEPENDS = "glib-2.0"
2 DESCRIPTION = "An accessibility toolkit for GNOME."
3 SECTION = "x11/libs"
4 PRIORITY = "optional"
5 MAINTAINER = "Philip Blundell <pb@handhelds.org>"
6 LICENSE = "LGPL"
7
8 SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.4/atk-${PV}.tar.bz2 \
9            file://gtk-doc.patch;patch=1"
10
11 inherit autotools  pkgconfig
12
13 EXTRA_OECONF = "--disable-glibtest"
14
15 CFLAGS_append = " -I${STAGING_INCDIR}/glib-2.0 \
16                   -I${STAGING_INCDIR}/glib-2.0/glib \
17                   -I${STAGING_INCDIR}/glib-2.0/gobject"
18
19 do_stage () {
20         oe_libinstall -so -C atk libatk-1.0 ${STAGING_LIBDIR}
21         install -d ${STAGING_INCDIR}/atk
22         install -m 0644 atk/atkaction.h ${STAGING_INCDIR}/atk/atkaction.h
23         install -m 0644 atk/atkcomponent.h ${STAGING_INCDIR}/atk/atkcomponent.h
24         install -m 0644 atk/atkdocument.h ${STAGING_INCDIR}/atk/atkdocument.h
25         install -m 0644 atk/atkeditabletext.h ${STAGING_INCDIR}/atk/atkeditabletext.h
26         install -m 0644 atk/atk-enum-types.h ${STAGING_INCDIR}/atk/atk-enum-types.h
27         install -m 0644 atk/atkgobjectaccessible.h ${STAGING_INCDIR}/atk/atkgobjectaccessible.h
28         install -m 0644 atk/atk.h ${STAGING_INCDIR}/atk/atk.h
29         install -m 0644 atk/atkhyperlink.h ${STAGING_INCDIR}/atk/atkhyperlink.h
30         install -m 0644 atk/atkhypertext.h ${STAGING_INCDIR}/atk/atkhypertext.h
31         install -m 0644 atk/atkimage.h ${STAGING_INCDIR}/atk/atkimage.h
32         install -m 0644 atk/atknoopobjectfactory.h ${STAGING_INCDIR}/atk/atknoopobjectfactory.h
33         install -m 0644 atk/atknoopobject.h ${STAGING_INCDIR}/atk/atknoopobject.h
34         install -m 0644 atk/atkobjectfactory.h ${STAGING_INCDIR}/atk/atkobjectfactory.h
35         install -m 0644 atk/atkobject.h ${STAGING_INCDIR}/atk/atkobject.h
36         install -m 0644 atk/atkregistry.h ${STAGING_INCDIR}/atk/atkregistry.h
37         install -m 0644 atk/atkrelation.h ${STAGING_INCDIR}/atk/atkrelation.h
38         install -m 0644 atk/atkrelationset.h ${STAGING_INCDIR}/atk/atkrelationset.h
39         install -m 0644 atk/atkrelationtype.h ${STAGING_INCDIR}/atk/atkrelationtype.h
40         install -m 0644 atk/atkselection.h ${STAGING_INCDIR}/atk/atkselection.h
41         install -m 0644 atk/atkstate.h ${STAGING_INCDIR}/atk/atkstate.h
42         install -m 0644 atk/atkstateset.h ${STAGING_INCDIR}/atk/atkstateset.h
43         install -m 0644 atk/atkstreamablecontent.h ${STAGING_INCDIR}/atk/atkstreamablecontent.h
44         install -m 0644 atk/atktable.h ${STAGING_INCDIR}/atk/atktable.h
45         install -m 0644 atk/atktext.h ${STAGING_INCDIR}/atk/atktext.h
46         install -m 0644 atk/atkutil.h ${STAGING_INCDIR}/atk/atkutil.h
47         install -m 0644 atk/atkvalue.h ${STAGING_INCDIR}/atk/atkvalue.h
48 }