summaryrefslogtreecommitdiffstats
path: root/meta-openmoko/packages/libnotify/libnotify_0.4.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openmoko/packages/libnotify/libnotify_0.4.4.bb')
-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 @@
1DESCRIPTION = "Send desktop notifications to a notification daemon"
2HOMEPAGE = "http://www.galago-project.org/"
3SECTION = "libs"
4LICENSE = "LGPL"
5DEPENDS = "dbus gtk+ dbus-glib"
6PR = "r0"
7
8SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz"
9
10inherit autotools pkgconfig
11
12do_stage() {
13 autotools_stage_all
14}