libnotify_0.4.4.bb 344 B

1234567891011121314
  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+ dbus-glib"
  6. PR = "r0"
  7. SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz"
  8. inherit autotools pkgconfig
  9. do_stage() {
  10. autotools_stage_all
  11. }