summaryrefslogtreecommitdiff
path: root/packages/tzcode/tzcode-native_2007k.bb
blob: 8e721d6d9ac3195a5032b2246fa2114874932a02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 -d ${STAGING_BINDIR_NATIVE}
        install -m 755 zic ${STAGING_BINDIR_NATIVE}/
        install -m 755 zdump ${STAGING_BINDIR_NATIVE}/
        install -m 755 tzselect ${STAGING_BINDIR_NATIVE}/
}

do_install () {
        :
}
tech-oe.git/commit/packages/ncurses?id=28245d5cc96ca677f9951af86f1a6f93c981d3a4'>ncurses 5.4 revamp packaging. closes #1262Michael Lauer3 2008-01-15ncurses: really fix packaging now. bump PR.Rolf Leggewie3 2008-01-15ncurses.inc: package unpackaged files and reorder fields in bb according to S...Rolf Leggewie1 2007-12-17ncurses 5.4: Fix host includes issue for the case ${prefix} != /usr.Paul Sokolovsky2