blob: 1523215075674935a5c82722195cdb37fab08593 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
DESCRIPTION = "System Information dialog for the Opie environment"
SECTION = "opie/settings"
PRIORITY = "optional"
MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
PV = "1.1.6-cvs-${CVSDATE}"
PR = "r1"
APPNAME = "sysinfo"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/settings/sysinfo \
cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \
cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps \
cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/share"
S = "${WORKDIR}/${APPNAME}"
inherit opie
do_install() {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
install -d ${D}${palmtopdir}/share/sysinfo/
install -m 0644 ${WORKDIR}/share/sysinfo/results ${D}${palmtopdir}/share/sysinfo/results
}
|