[oe-commits] [meta-openembedded] 11/21: po4a: add recipe

git at git.openembedded.org git at git.openembedded.org
Tue Jun 13 14:55:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit fcbf6058d271513d2e98a34ff55a11f90b7efb5c
Author: Ming Liu <peter.x.liu at external.atlascopco.com>
AuthorDate: Sun Jun 11 14:53:21 2017 +0200

    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 at external.atlascopco.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-perl/recipes-perl/po4a/po4a_0.49.bb | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

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 0000000..e52e5f7
--- /dev/null
+++ b/meta-perl/recipes-perl/po4a/po4a_0.49.bb
@@ -0,0 +1,20 @@
+SUMMARY = "PO for anything"
+DESCRIPTION = "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."
+HOMEPAGE = "https://po4a.alioth.debian.org"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=a96fc9b4cc36d80659e694ea109f0325"
+
+SRC_URI = "git://alioth.debian.org/anonscm/git/po4a/po4a.git;protocol=https"
+
+# v0.49
+SRCREV = "79ed87a577a543538fe39c7b60079981f5997072"
+
+S = "${WORKDIR}/git"
+
+inherit cpan_build
+
+DEPENDS += "libmodule-build-perl-native"
+
+BBCLASSEXTEND = "native"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list