atk: added 1.19.3 - close #2567
authorJoaquim Duran <joaquinduran@adtelecom.es>
Wed, 4 Jul 2007 08:46:38 +0000 (08:46 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 4 Jul 2007 08:46:38 +0000 (08:46 +0000)
packages/atk/atk_1.19.3.bb [new file with mode: 0644]

diff --git a/packages/atk/atk_1.19.3.bb b/packages/atk/atk_1.19.3.bb
new file mode 100644 (file)
index 0000000..beef4ce
--- /dev/null
@@ -0,0 +1,10 @@
+require atk.inc
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/atk/1.19/atk-${PV}.tar.bz2"
+
+do_stage () {
+        oe_libinstall -so -C atk libatk-1.0 ${STAGING_LIBDIR}
+        autotools_stage_includes
+}