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 | |
| 8 | SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=http" |
| 9 | SRCREV = "58a4f20f8e6f4d8f9545333f3eae4cfe5678de16" |
| 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/" |