summaryrefslogtreecommitdiff
path: root/pdm/pdm_1.0.oe
blob: 970a8a8b4d02a873dd1a6491c2474561eb006960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DEPENDS = "virtual/libc"
LICENSE = "GPL"
DESCRIPTION = "pdm is a minimal session manager for GUIs."

SRC_URI = "http://www.penguru.net/download/pdm-${PV}.tar.gz"

do_install () {
	install -d ${D}/${sbindir} \
		   ${D}/${sysconfdir}/pdm/sessions \
		   ${D}/${sysconfdir}/pdm/plugins
	install -m 0755 pdm ${D}/${sbindir}/pdm
	install -m 0644 conf/pdm.conf* ${D}/${sysconfdir}/pdm/
}