summaryrefslogtreecommitdiffstats
path: root/meta-extras/packages/libnotify/libnotify_0.4.4.bb
blob: 9152133b4d4a975d56f6dc571b92b7b9c14b8dbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}