summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/atk
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-09-01 19:09:11 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-09-01 19:09:57 +0100
commitd62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 (patch)
treef36fe3008f36ff75cbdd31b630f8f13f1f205ebb /meta/recipes-support/atk
parentcaab7fc509bf27706ff3248689f6afd04225cfda (diff)
downloadpoky-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.tar.gz
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/atk')
-rw-r--r--meta/recipes-support/atk/atk.inc14
-rw-r--r--meta/recipes-support/atk/atk_1.30.0.bb10
2 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-support/atk/atk.inc b/meta/recipes-support/atk/atk.inc
new file mode 100644
index 0000000000..899d360e1a
--- /dev/null
+++ b/meta/recipes-support/atk/atk.inc
@@ -0,0 +1,14 @@
1DESCRIPTION = "An accessibility toolkit for GNOME."
2HOMEPAGE = "http://live.gnome.org/GAP/"
3BUGTRACKER = "https://bugzilla.gnome.org/"
4
5LICENSE = "LGPLv2 & LGPLv2+"
6
7SECTION = "x11/libs"
8PRIORITY = "optional"
9
10DEPENDS = "glib-2.0 gtk-doc-native"
11
12inherit autotools pkgconfig
13
14EXTRA_OECONF = "--disable-glibtest"
diff --git a/meta/recipes-support/atk/atk_1.30.0.bb b/meta/recipes-support/atk/atk_1.30.0.bb
new file mode 100644
index 0000000000..e85ef9040c
--- /dev/null
+++ b/meta/recipes-support/atk/atk_1.30.0.bb
@@ -0,0 +1,10 @@
1require atk.inc
2
3LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
4 file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \
5 file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7"
6
7SRC_URI = "http://download.gnome.org/sources/atk/1.30/${PN}-${PV}.tar.bz2"
8
9
10