aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xqtlauncher/xqtlauncher-blackbox-config.bb
blob: acd5873e5be728dac08b15f0bd4c84e679670215 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "blackbox configuration for xqtlauncher which integrates X/Qt2 nicely into opie."
HOMEPAGE = "http://angstrom-distribution.org/"
LICENSE = "GPL"
PR = "r0"

RDEPENDS = "blackbox xqtlauncher"

SRC_URI = "file://blackboxrc \
           file://defaultwm"
        
do_install() {
	cd ${WORKDIR}
	install -d ${D}${sysconfdir}
	install -d ${D}${sysconfdir}/X11
	install -m 0666 blackboxrc ${D}${sysconfdir}
	install -m 0666 defaultwm ${D}${sysconfdir}/X11/
}