Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [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 = "164802d5fd8c7a8167816fd86a62b286680619f0" |
| 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/" |