aboutsummaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/po4a/po4a_0.63.bb
blob: 08c3b0be8b80e03a348f6500ff758bf99cba461c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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://github.com/mquinson/po4a.git;protocol=https"

# v0.63
SRCREV = "5d2498c644c42724a6a70fc9351e76f3f6e1fc16"

S = "${WORKDIR}/git"

# libpod-parser-perl
DEPENDS = " \
    libmodule-build-perl-native \
    libtext-wrapi18n-perl \
    libterm-readkey-perl \
    liblocale-gettext-perl \
    libunicode-linebreak-perl \
"

RRECOMMENDS_${PN} = " \
    libtext-wrapi18n-perl \
    libterm-readkey-perl \
    liblocale-gettext-perl \
    libunicode-linebreak-perl \
"

inherit cpan_build

BBCLASSEXTEND = "native"