aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openmoko
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-09-29 12:49:37 +0000
committerRoss Burton <ross@openedhand.com>2008-09-29 12:49:37 +0000
commit86ab8c8d1e2d5eb42465a38912012655532e381f (patch)
treeb93c363899241a4b9e09df6a01de3514a05bb397 /meta-openmoko
parent9d8971de6e3b067e6e2c405fa50b7217f4eeec57 (diff)
downloadopenembedded-core-86ab8c8d1e2d5eb42465a38912012655532e381f.tar.gz
libnotify: move from meta-extras to meta-openmoko
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5306 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-openmoko')
-rw-r--r--meta-openmoko/packages/libnotify/libnotify_0.4.4.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-openmoko/packages/libnotify/libnotify_0.4.4.bb b/meta-openmoko/packages/libnotify/libnotify_0.4.4.bb
new file mode 100644
index 0000000000..7c95fb2ad6
--- /dev/null
+++ b/meta-openmoko/packages/libnotify/libnotify_0.4.4.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Send desktop notifications to a notification daemon"
+HOMEPAGE = "http://www.galago-project.org/"
+SECTION = "libs"
+LICENSE = "LGPL"
+DEPENDS = "dbus gtk+ dbus-glib"
+PR = "r0"
+
+SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}