blob: 9e100b60ca76a82bb5c618f278ec8de6d987ca8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "ConsoleKit is a framework for defining and tracking users, login sessions, and seats."
LICENSE = "GPLv2"
DEPENDS = "libpam dbus"
inherit gnome
SRC_URI = "http://people.freedesktop.org/~mccann/dist/ConsoleKit-${PV}.tar.bz2"
S = "${WORKDIR}/ConsoleKit-${PV}"
do_stage () {
autotools_stage_all
}
FILES_${PN} += "${libdir}/ConsoleKit ${datadir}/dbus-1"
|