diff options
author | Ross Burton <ross@openedhand.com> | 2008-01-18 14:58:24 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-01-18 14:58:24 +0000 |
commit | 979d581764369a0bd618a6445a43c068a3ed3aaa (patch) | |
tree | b31e3e67a85dedb875de2fdbf57c0c48660afe5c /meta-extras/packages/libnotify | |
parent | 38fb1d45b9a0462a2187e7af67cf5e7b56deb08a (diff) | |
download | openembedded-core-979d581764369a0bd618a6445a43c068a3ed3aaa.tar.gz openembedded-core-979d581764369a0bd618a6445a43c068a3ed3aaa.tar.bz2 openembedded-core-979d581764369a0bd618a6445a43c068a3ed3aaa.zip |
Add notifation-daemon and libnotify
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3542 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras/packages/libnotify')
-rw-r--r-- | meta-extras/packages/libnotify/libnotify_0.4.4.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-extras/packages/libnotify/libnotify_0.4.4.bb b/meta-extras/packages/libnotify/libnotify_0.4.4.bb new file mode 100644 index 0000000000..9152133b4d --- /dev/null +++ b/meta-extras/packages/libnotify/libnotify_0.4.4.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 +} |