rename packages/ to recipes/ per earlier agreement
[openembedded.git] / recipes / opie-datebook-nationalholidayplugin / opie-datebook-nationalholidayplugin.inc
diff --git a/recipes/opie-datebook-nationalholidayplugin/opie-datebook-nationalholidayplugin.inc b/recipes/opie-datebook-nationalholidayplugin/opie-datebook-nationalholidayplugin.inc
new file mode 100644 (file)
index 0000000..0ec79d0
--- /dev/null
@@ -0,0 +1,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
+}