From ae751ce3cd3e186aa0b167de1c5634e1ee98ef7a Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Wed, 2 Sep 2009 22:58:01 -0700 Subject: libnotify: add 0.4.5 --- recipes/libnotify/libnotify_0.4.5.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/libnotify/libnotify_0.4.5.bb (limited to 'recipes') diff --git a/recipes/libnotify/libnotify_0.4.5.bb b/recipes/libnotify/libnotify_0.4.5.bb new file mode 100644 index 0000000000..9152133b4d --- /dev/null +++ b/recipes/libnotify/libnotify_0.4.5.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 +} -- cgit v1.2.3