diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-06 21:03:44 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-06 21:03:44 +0000 |
commit | 15846f12217639cd2a26b369a847bbf541542069 (patch) | |
tree | 8cea75674254602db5157a8cd6b2dac4c42d377a | |
parent | bc3861bfd7d23fb92cbab3009382746dd43dcd9f (diff) |
libnotify: add 0.4.4
-rw-r--r-- | packages/libnotify/libnotify_0.4.4.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/libnotify/libnotify_0.4.4.bb b/packages/libnotify/libnotify_0.4.4.bb new file mode 100644 index 0000000000..f3f3aff334 --- /dev/null +++ b/packages/libnotify/libnotify_0.4.4.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "sends desktop notifications to a notification daemon" +HOMEPAGE = "http://www.galago-project.org/" +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 +} |