summaryrefslogtreecommitdiff
path: root/packages/tzcode/tzcode-native_2007a.bb
blob: 1c6e2f59b864d55e2209858ea134545f2a1b9af1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 () {
        :
}