diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/libnotify/libnotify_0.4.5.bb | 14 |
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 +} |