diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-02-05 16:54:13 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-05 16:54:13 +0000 |
commit | 40a843f4f9fef0b89b494c3105064e73e49d04eb (patch) | |
tree | dd96969f5dbae0e17f5a2f58e7218541e0c29e3e /packages/libnotify/libnotify_0.3.2.bb | |
parent | e76b792b9b258b000e3d82a4f47ea30d703685f9 (diff) |
libnotify: add 0.3.2, a library to send desktop notifications to a notification daemon
Diffstat (limited to 'packages/libnotify/libnotify_0.3.2.bb')
-rw-r--r-- | packages/libnotify/libnotify_0.3.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/libnotify/libnotify_0.3.2.bb b/packages/libnotify/libnotify_0.3.2.bb new file mode 100644 index 0000000000..f3f3aff334 --- /dev/null +++ b/packages/libnotify/libnotify_0.3.2.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 +} |