aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openmoko
diff options
context:
space:
mode:
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
+}