blob: f3f3aff33414f4baaff8c8cbdda73a76c299faca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "sends desktop notifications to a notification daemon"
HOMEPAGE = "http://www.galago-project.org/"
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
}
|