diff options
Diffstat (limited to 'meta/recipes-support/iso-codes/iso-codes_3.3.bb')
-rw-r--r-- | meta/recipes-support/iso-codes/iso-codes_3.3.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-support/iso-codes/iso-codes_3.3.bb b/meta/recipes-support/iso-codes/iso-codes_3.3.bb new file mode 100644 index 0000000000..23d025f4d2 --- /dev/null +++ b/meta/recipes-support/iso-codes/iso-codes_3.3.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SECTION = "libs" | ||
2 | DESCRIPTION = "ISO language, territory, currency, script codes and their translations" | ||
3 | PRIORITY = "optional" | ||
4 | LICENSE = "LGPL" | ||
5 | SECTION = "libs" | ||
6 | PACKAGE_ARCH = "all" | ||
7 | |||
8 | SRC_URI = "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-${PV}.tar.gz" | ||
9 | |||
10 | inherit autotools | ||
11 | |||
12 | FILES_${PN}-dev="${datadir}/pkgconfig/iso-codes.pc" | ||
13 | FILES_${PN}="${datadir}/xml/iso-codes/ \ | ||
14 | ${datadir}/iso-codes/" | ||