aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libnotify
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2009-09-02 22:58:01 -0700
committerKoen Kooi <koen@openembedded.org>2009-09-03 10:32:22 +0200
commitae751ce3cd3e186aa0b167de1c5634e1ee98ef7a (patch)
tree0bf1b6ffec070d753e8aaeb0994ec8fa8ae6a6f5 /recipes/libnotify
parentcf7f5dab3baf8ced43f44c8b4e4ae4f964f546b4 (diff)
downloadopenembedded-ae751ce3cd3e186aa0b167de1c5634e1ee98ef7a.tar.gz
libnotify: add 0.4.5
Diffstat (limited to 'recipes/libnotify')
-rw-r--r--recipes/libnotify/libnotify_0.4.5.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/libnotify/libnotify_0.4.5.bb b/recipes/libnotify/libnotify_0.4.5.bb
new file mode 100644
index 0000000000..9152133b4d
--- /dev/null
+++ b/recipes/libnotify/libnotify_0.4.5.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+"
+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
+}