aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpephone/libim_0.2.bb
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2007-03-06 11:22:52 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2007-03-06 11:22:52 +0000
commit0e1961253c3d5ee45fce7d84e2addc88f35d910d (patch)
treeff5c32d03b2d2db91a89353dd9c20bbc6c1f7641 /packages/gpephone/libim_0.2.bb
parent3309f47cebb2fafe117810b94d039dd8fd80c69d (diff)
downloadopenembedded-0e1961253c3d5ee45fce7d84e2addc88f35d910d.tar.gz
libim: Add 0.2, remove 0.1 and move some files in place.
Diffstat (limited to 'packages/gpephone/libim_0.2.bb')
-rw-r--r--packages/gpephone/libim_0.2.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/gpephone/libim_0.2.bb b/packages/gpephone/libim_0.2.bb
new file mode 100644
index 0000000000..e66a3921e5
--- /dev/null
+++ b/packages/gpephone/libim_0.2.bb
@@ -0,0 +1,23 @@
+LICENSE = "LGPL"
+DESCRIPTION = "LiPS event model library."
+SECTION = "gpe/libs"
+PRIORITY = "optional"
+DEPENDS = "glib-2.0 libgpg-error libgcrypt gnutls libidn iksemel gloox dbus-glib liblipsevent"
+PR = "r0"
+
+inherit gpephone pkgconfig autotools
+
+SRC_URI = "${GPEPHONE_MIRROR}/${P}/lips_im-${PV}.tar.gz \
+ file://im-dbus-segfault.patch;patch=1;pnum=0"
+
+EXTRA_OECONF = "--with-session-bus-services-dir=${datadir}/dbus-1/services"
+
+PARALLEL_MAKE = ""
+
+S = ${WORKDIR}/lips_im-${PV}
+
+FILES_${PN} += " ${datadir}/dbus-1"
+
+do_stage () {
+ autotools_stage_all
+}