diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-01-15 14:27:18 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-01-15 14:27:18 +0000 |
commit | e68c4472cce34d6ebf1a48c07212a471e3c24bf0 (patch) | |
tree | 9ff9ce14f2e850f463a74686cdae996ff678e7f5 /packages/libnotify/libnotify_0.4.3.bb | |
parent | 77c460e2fa2b9755ae35f80299791ff28d71b6d4 (diff) |
libnotify: update to 0.4.3
Diffstat (limited to 'packages/libnotify/libnotify_0.4.3.bb')
-rw-r--r-- | packages/libnotify/libnotify_0.4.3.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/libnotify/libnotify_0.4.3.bb b/packages/libnotify/libnotify_0.4.3.bb new file mode 100644 index 0000000000..f3f3aff334 --- /dev/null +++ b/packages/libnotify/libnotify_0.4.3.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 +} |