summaryrefslogtreecommitdiffstats
path: root/meta/packages/tzcode/tzcode-native_2009r.bb
blob: abe4783d00662d222e5edf93900c712d6796abcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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/tzdata2009s.tar.gz"

S = "${WORKDIR}"

inherit native

NATIVE_INSTALL_WORKS = "1"
do_install () {
        install -d ${D}${bindir}/
        install -m 755 zic ${D}${bindir}/
        install -m 755 zdump ${D}${bindir}/
        install -m 755 tzselect ${D}${bindir}/
}