xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/po4a/po4a_0.49.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "PO for anything"
2*4882a593SmuzhiyunDESCRIPTION = "The po4a (PO for anything) project goal is to ease translations \
3*4882a593Smuzhiyun(and more interestingly, the maintenance of translations) using gettext tools \
4*4882a593Smuzhiyunon areas where they were not expected like documentation."
5*4882a593SmuzhiyunHOMEPAGE = "https://po4a.alioth.debian.org"
6*4882a593SmuzhiyunLICENSE = "GPL-2.0-only"
7*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=a96fc9b4cc36d80659e694ea109f0325"
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunSRC_URI = "git://github.com/mquinson/po4a.git;protocol=https;branch=master"
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun# v0.49
12*4882a593SmuzhiyunSRCREV = "79ed87a577a543538fe39c7b60079981f5997072"
13*4882a593Smuzhiyun
14*4882a593SmuzhiyunS = "${WORKDIR}/git"
15*4882a593Smuzhiyun
16*4882a593SmuzhiyunDEPENDS = " \
17*4882a593Smuzhiyun    libmodule-build-perl-native \
18*4882a593Smuzhiyun    libtext-wrapi18n-perl \
19*4882a593Smuzhiyun    libterm-readkey-perl \
20*4882a593Smuzhiyun    liblocale-gettext-perl \
21*4882a593Smuzhiyun    libunicode-linebreak-perl \
22*4882a593Smuzhiyun"
23*4882a593Smuzhiyun
24*4882a593SmuzhiyunRRECOMMENDS:${PN} = " \
25*4882a593Smuzhiyun    libtext-wrapi18n-perl \
26*4882a593Smuzhiyun    libterm-readkey-perl \
27*4882a593Smuzhiyun    liblocale-gettext-perl \
28*4882a593Smuzhiyun    libunicode-linebreak-perl \
29*4882a593Smuzhiyun"
30*4882a593Smuzhiyun
31*4882a593Smuzhiyuninherit cpan_build
32*4882a593Smuzhiyun
33*4882a593SmuzhiyunBBCLASSEXTEND = "native"
34