tzcode-native: provides zic, tzselect, and zdump utilities for timezone data
authorMike Westerhof <mwester@dls.net>
Sat, 3 Mar 2007 04:33:02 +0000 (04:33 +0000)
committerMike Westerhof <mwester@dls.net>
Sat, 3 Mar 2007 04:33:02 +0000 (04:33 +0000)
packages/tzcode/.mtn2git_empty [new file with mode: 0644]
packages/tzcode/tzcode-native_2007a.bb [new file with mode: 0644]

diff --git a/packages/tzcode/.mtn2git_empty b/packages/tzcode/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/tzcode/tzcode-native_2007a.bb b/packages/tzcode/tzcode-native_2007a.bb
new file mode 100644 (file)
index 0000000..1c6e2f5
--- /dev/null
@@ -0,0 +1,20 @@
+DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
+
+PR = "r0"
+
+SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz \
+           ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz"
+
+S = "${WORKDIR}"
+
+inherit native
+
+do_stage () {
+        install -m 755 zic ${STAGING_BINDIR}
+        install -m 755 zdump ${STAGING_BINDIR}
+        install -m 755 tzselect ${STAGING_BINDIR}
+}
+
+do_install () {
+        :
+}