Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "ISO language, territory, currency, script codes and their translations" |
| 2 | HOMEPAGE = "https://salsa.debian.org/iso-codes-team/iso-codes" |
| 3 | BUGTRACKER = "https://salsa.debian.org/iso-codes-team/iso-codes/issues" |
| 4 | |
| 5 | LICENSE = "LGPLv2.1" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 7 | |
Andrew Geissler | 475cb72 | 2020-07-10 16:00:51 -0500 | [diff] [blame^] | 8 | SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=http;branch=main;" |
Andrew Geissler | 1e34c2d | 2020-05-29 16:02:59 -0500 | [diff] [blame] | 9 | SRCREV = "a36019e5014bff251f83d522ddcfebaecf52afd3" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 10 | |
| 11 | # inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which |
| 12 | # are inhibited by allarch |
| 13 | DEPENDS = "gettext-native" |
| 14 | |
| 15 | S = "${WORKDIR}/git" |
| 16 | |
| 17 | inherit allarch autotools |
| 18 | |
| 19 | FILES_${PN} += "${datadir}/xml/" |