aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/xqtlauncher/xqtlauncher-blackbox-config.bb
blob: 37843a22bbd8c9235428541f472ca16f24f01ea3 (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 = "r1"

RDEPENDS_${PN} = "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/
}