diff options
author | Ming Liu <peter.x.liu@external.atlascopco.com> | 2017-06-11 14:53:21 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-06-14 14:51:16 +0200 |
commit | bdfd313e67ba46bdb1f4245c728fe5aadc2c6ec0 (patch) | |
tree | b09ce95dffbcb4d648ccb2f0ca07f29ce0413f86 /meta-perl | |
parent | d4992ea4ac384e72038f28bac0b62c84174e837d (diff) | |
download | meta-openembedded-bdfd313e67ba46bdb1f4245c728fe5aadc2c6ec0.tar.gz |
po4a: add recipe
The po4a (PO for anything) project goal is to ease translations (and
more interestingly, the maintenance of translations) using gettext
tools on areas where they were not expected like documentation.
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')
-rw-r--r-- | meta-perl/recipes-perl/po4a/po4a_0.49.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/po4a/po4a_0.49.bb b/meta-perl/recipes-perl/po4a/po4a_0.49.bb new file mode 100644 index 000000000..e52e5f757 --- /dev/null +++ b/meta-perl/recipes-perl/po4a/po4a_0.49.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "PO for anything" | ||
2 | DESCRIPTION = "The po4a (PO for anything) project goal is to ease translations \ | ||
3 | (and more interestingly, the maintenance of translations) using gettext tools \ | ||
4 | on areas where they were not expected like documentation." | ||
5 | HOMEPAGE = "https://po4a.alioth.debian.org" | ||
6 | LICENSE = "GPLv2" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=a96fc9b4cc36d80659e694ea109f0325" | ||
8 | |||
9 | SRC_URI = "git://alioth.debian.org/anonscm/git/po4a/po4a.git;protocol=https" | ||
10 | |||
11 | # v0.49 | ||
12 | SRCREV = "79ed87a577a543538fe39c7b60079981f5997072" | ||
13 | |||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | inherit cpan_build | ||
17 | |||
18 | DEPENDS += "libmodule-build-perl-native" | ||
19 | |||
20 | BBCLASSEXTEND = "native" | ||