poky/meta-openmoko/packages/libnotify/libnotify_0.4.4.bb
Ross Burton c40aba1b89 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
2008-09-29 12:50:33 +00:00

15 lines
344 B
BlitzBasic

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
}