mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
d4992ea4ac
commit
bdfd313e67
20
meta-perl/recipes-perl/po4a/po4a_0.49.bb
Normal file
20
meta-perl/recipes-perl/po4a/po4a_0.49.bb
Normal file
|
|
@ -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"
|
||||
Loading…
Reference in New Issue
Block a user