From c40aba1b89c20d919a87197c2cba478a6ffc815a Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 29 Sep 2008 12:50:33 +0000 Subject: Merged revisions 5306 via svnmerge from https://svn.o-hand.com/repos/poky/trunk ........ r5306 | ross | 2008-09-29 13:49:37 +0100 (Mon, 29 Sep 2008) | 1 line libnotify: move from meta-extras to meta-openmoko ........ git-svn-id: https://svn.o-hand.com/repos/poky/branches/elroy@5307 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta-openmoko/packages/libnotify/libnotify_0.4.4.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-openmoko/packages/libnotify/libnotify_0.4.4.bb (limited to 'meta-openmoko') diff --git a/meta-openmoko/packages/libnotify/libnotify_0.4.4.bb b/meta-openmoko/packages/libnotify/libnotify_0.4.4.bb new file mode 100644 index 0000000000..7c95fb2ad6 --- /dev/null +++ b/meta-openmoko/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+ dbus-glib" +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 +} -- cgit v1.2.3-54-g00ecf