1eb8dc403SDave CobbleySUMMARY = "Custom Matchbox session files"
21d80a2eaSBrad BishopDESCRIPTION = "Very simple session manager for matchbox tools"
3eb8dc403SDave CobbleyHOMEPAGE = "http://www.matchbox-project.org/"
4eb8dc403SDave CobbleyBUGTRACKER = "http://bugzilla.yoctoproject.org/"
5eb8dc403SDave Cobbley
6*7e0e3c0cSAndrew GeisslerLICENSE = "GPL-2.0-only"
7eb8dc403SDave CobbleyLIC_FILES_CHKSUM = "file://matchbox-session;endline=20;md5=180f1c169a15d059a56c30094f6fb5ea"
8eb8dc403SDave Cobbley
9eb8dc403SDave CobbleySECTION = "x11"
10213cb269SPatrick WilliamsRCONFLICTS:${PN} = "matchbox-common"
11eb8dc403SDave Cobbley
12eb8dc403SDave CobbleySRC_URI = "file://matchbox-session"
13eb8dc403SDave CobbleyS = "${WORKDIR}"
14eb8dc403SDave Cobbley
15eb8dc403SDave Cobbley
16eb8dc403SDave Cobbleyinherit update-alternatives
17eb8dc403SDave Cobbley
18213cb269SPatrick WilliamsALTERNATIVE:${PN} = "x-session-manager"
19eb8dc403SDave CobbleyALTERNATIVE_TARGET[x-session-manager] = "${bindir}/matchbox-session"
20eb8dc403SDave CobbleyALTERNATIVE_PRIORITY = "100"
21eb8dc403SDave Cobbley
22eb8dc403SDave Cobbleydo_install() {
23eb8dc403SDave Cobbley	install -d ${D}/${bindir}
24eb8dc403SDave Cobbley	install -m 0755 ${S}/matchbox-session ${D}/${bindir}
25eb8dc403SDave Cobbley}
26