blob: 9e02a0fa12f7ea302a6054717c6c9eed773e8b1f [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "ISO language, territory, currency, script codes and their translations"
Andrew Geissler90fd73c2021-03-05 15:25:55 -06002DESCRIPTION = "Provides lists of various ISO standards (e.g. country, \
3language, language scripts, and currency names) in one place, rather \
4than repeated in many programs throughout the system."
Brad Bishop19323692019-04-05 15:28:33 -04005HOMEPAGE = "https://salsa.debian.org/iso-codes-team/iso-codes"
6BUGTRACKER = "https://salsa.debian.org/iso-codes-team/iso-codes/issues"
7
8LICENSE = "LGPLv2.1"
9LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
10
Andrew Geissler475cb722020-07-10 16:00:51 -050011SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=http;branch=main;"
Andrew Geissler1e34c2d2020-05-29 16:02:59 -050012SRCREV = "a36019e5014bff251f83d522ddcfebaecf52afd3"
Brad Bishop19323692019-04-05 15:28:33 -040013
14# inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which
15# are inhibited by allarch
16DEPENDS = "gettext-native"
17
18S = "${WORKDIR}/git"
19
20inherit allarch autotools
21
22FILES_${PN} += "${datadir}/xml/"