diff options
| -rw-r--r-- | meta-moblin/packages/libnotify/libnotify_0.4.4.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-moblin/packages/libnotify/libnotify_0.4.4.bb b/meta-moblin/packages/libnotify/libnotify_0.4.4.bb new file mode 100644 index 0000000000..9152133b4d --- /dev/null +++ b/meta-moblin/packages/libnotify/libnotify_0.4.4.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "Send desktop notifications to a notification daemon" | ||
| 2 | HOMEPAGE = "http://www.galago-project.org/" | ||
| 3 | SECTION = "libs" | ||
| 4 | LICENSE = "LGPL" | ||
| 5 | DEPENDS = "dbus gtk+" | ||
| 6 | PR = "r0" | ||
| 7 | |||
| 8 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz" | ||
| 9 | |||
| 10 | inherit autotools pkgconfig | ||
| 11 | |||
| 12 | do_stage() { | ||
| 13 | autotools_stage_all | ||
| 14 | } | ||
