Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "ISO language, territory, currency, script codes and their translations" |
Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 2 | DESCRIPTION = "Provides lists of various ISO standards (e.g. country, \ |
| 3 | language, language scripts, and currency names) in one place, rather \ |
| 4 | than repeated in many programs throughout the system." |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 5 | HOMEPAGE = "https://salsa.debian.org/iso-codes-team/iso-codes" |
| 6 | BUGTRACKER = "https://salsa.debian.org/iso-codes-team/iso-codes/issues" |
| 7 | |
| 8 | LICENSE = "LGPLv2.1" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 10 | |
Andrew Geissler | 95ac1b8 | 2021-03-31 14:34:31 -0500 | [diff] [blame] | 11 | SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=https;branch=main;" |
| 12 | SRCREV = "3c012d266acaeda93d3e61ec11b8c18c1964fce1" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 13 | |
| 14 | # inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which |
| 15 | # are inhibited by allarch |
| 16 | DEPENDS = "gettext-native" |
| 17 | |
| 18 | S = "${WORKDIR}/git" |
| 19 | |
| 20 | inherit allarch autotools |
| 21 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 22 | FILES:${PN} += "${datadir}/xml/" |