blob: 0ec79d01387637b3586ac7efc20787ae32709c94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "Opie datebook national holidays plugin"
SECTION = "opie/datebook"
PRIORITY = "optional"
LICENSE = "GPL"
RDEPENDS = "opie-datebook"
APPNAME = "nationaldayplugin"
S = "${WORKDIR}/national"
inherit opie
do_install() {
install -d ${D}${palmtopdir}/etc/nationaldays
install -m 0644 ${WORKDIR}/nationaldays/*.xml ${D}${palmtopdir}/etc/nationaldays
}
|