diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-09-02 22:58:01 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-03 10:32:22 +0200 |
commit | ae751ce3cd3e186aa0b167de1c5634e1ee98ef7a (patch) | |
tree | 0bf1b6ffec070d753e8aaeb0994ec8fa8ae6a6f5 /recipes | |
parent | cf7f5dab3baf8ced43f44c8b4e4ae4f964f546b4 (diff) |
libnotify: add 0.4.5
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 +} |