aboutsummaryrefslogtreecommitdiffstats
path: root/pdm/pdm_1.0.oe
blob: 230519b13aedd068d784156bb52da0a9cbc72eb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DEPENDS = "virtual/libc"
RDEPENDS = "libc6"
LICENSE = "GPL"

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/
}