From d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 1 Sep 2010 19:09:11 +0100 Subject: packages: Separate out most of the remaining packages into recipes Signed-off-by: Richard Purdie --- meta/recipes-support/atk/atk.inc | 14 ++++++++++++++ meta/recipes-support/atk/atk_1.30.0.bb | 10 ++++++++++ 2 files changed, 24 insertions(+) create mode 100644 meta/recipes-support/atk/atk.inc create mode 100644 meta/recipes-support/atk/atk_1.30.0.bb (limited to 'meta/recipes-support/atk') 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 @@ +DESCRIPTION = "An accessibility toolkit for GNOME." +HOMEPAGE = "http://live.gnome.org/GAP/" +BUGTRACKER = "https://bugzilla.gnome.org/" + +LICENSE = "LGPLv2 & LGPLv2+" + +SECTION = "x11/libs" +PRIORITY = "optional" + +DEPENDS = "glib-2.0 gtk-doc-native" + +inherit autotools pkgconfig + +EXTRA_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 @@ +require atk.inc + +LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ + file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \ + file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7" + +SRC_URI = "http://download.gnome.org/sources/atk/1.30/${PN}-${PV}.tar.bz2" + + + -- cgit v1.2.3-54-g00ecf