aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpephone/xoo-theme-gpephone_1.0.bb
blob: 7bcd34e97d29817e548d10c50e74a433955d67b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LICENSE     = "LiPS"
DESCRIPTION = "A neutral cellphone theme for Xoo."
SECTION     = "gpe"
PRIORITY    = "optional"
PR          = "r0"

DEPENDS = "xoo-vm"

SRC_URI = "file://gpephone.png \
           file://gpephone.xml"

FILES_${PN} += "${datadir}"

do_install () {
	install -d  ${D}${datadir}/xoo/
	install -m644 ${WORKDIR}/gpephone* ${D}${datadir}/xoo/
}