diff options
author | Ming Liu <peter.x.liu@external.atlascopco.com> | 2017-07-11 18:44:34 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-14 23:44:34 +0200 |
commit | 7949042e856b0e1e119614d9cbabd2fd6b52f8a8 (patch) | |
tree | ab4f571a1257d341cee8beb0f3b171c2b6b0dc2c /meta-perl/recipes-perl/liblocale | |
parent | 61a2e24f601a5e79f0ad42f87c757414dfa8b3fb (diff) | |
download | meta-openembedded-7949042e856b0e1e119614d9cbabd2fd6b52f8a8.tar.gz |
liblocale-gettext-perl: add recipe
Locale::gettext - message handling functions.
It's being strongly recommended by po4a.
Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/liblocale')
-rw-r--r-- | meta-perl/recipes-perl/liblocale/liblocale-gettext-perl_1.07.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/liblocale/liblocale-gettext-perl_1.07.bb b/meta-perl/recipes-perl/liblocale/liblocale-gettext-perl_1.07.bb new file mode 100644 index 000000000..fdc72a2b9 --- /dev/null +++ b/meta-perl/recipes-perl/liblocale/liblocale-gettext-perl_1.07.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | SUMMARY = "Locale::gettext - message handling functions." | ||
2 | DESCRIPTION = "The gettext module permits access from perl to the gettext() family of \ | ||
3 | functions for retrieving message strings from databases constructed to \ | ||
4 | internationalize software." | ||
5 | SECTION = "libs" | ||
6 | |||
7 | HOMEPAGE = "http://search.cpan.org/~pvandry/Locale-gettext-${PV}/" | ||
8 | |||
9 | LICENSE = "Artistic-1.0 | GPLv1+" | ||
10 | LIC_FILES_CHKSUM = "file://README;md5=d028249c2d08dca6ca6c5bb43b56d926" | ||
11 | |||
12 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PV/PVANDRY/Locale-gettext-${PV}.tar.gz" | ||
13 | |||
14 | SRC_URI[md5sum] = "bc652758af65c24500f1d06a77415019" | ||
15 | SRC_URI[sha256sum] = "909d47954697e7c04218f972915b787bd1244d75e3bd01620bc167d5bbc49c15" | ||
16 | |||
17 | S = "${WORKDIR}/Locale-gettext-${PV}" | ||
18 | |||
19 | inherit cpan | ||
20 | |||
21 | BBCLASSEXTEND = "native" | ||