blob: aa62ae41fa0fc74691986ad3573c480858816df9 (
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_${PN} = "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
}
|