summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/po4a/po4a_0.49.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/recipes-perl/po4a/po4a_0.49.bb')
-rw-r--r--meta-perl/recipes-perl/po4a/po4a_0.49.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-perl/recipes-perl/po4a/po4a_0.49.bb b/meta-perl/recipes-perl/po4a/po4a_0.49.bb
deleted file mode 100644
index 679ea0fb4..000000000
--- a/meta-perl/recipes-perl/po4a/po4a_0.49.bb
+++ /dev/null
@@ -1,33 +0,0 @@
1SUMMARY = "PO for anything"
2DESCRIPTION = "The po4a (PO for anything) project goal is to ease translations \
3(and more interestingly, the maintenance of translations) using gettext tools \
4on areas where they were not expected like documentation."
5HOMEPAGE = "https://po4a.alioth.debian.org"
6LICENSE = "GPL-2.0-only"
7LIC_FILES_CHKSUM = "file://COPYING;md5=a96fc9b4cc36d80659e694ea109f0325"
8
9SRC_URI = "git://github.com/mquinson/po4a.git;protocol=https;branch=master"
10
11# v0.49
12SRCREV = "79ed87a577a543538fe39c7b60079981f5997072"
13
14S = "${WORKDIR}/git"
15
16DEPENDS = " \
17 libmodule-build-perl-native \
18 libtext-wrapi18n-perl \
19 libterm-readkey-perl \
20 liblocale-gettext-perl \
21 libunicode-linebreak-perl \
22"
23
24RRECOMMENDS:${PN} = " \
25 libtext-wrapi18n-perl \
26 libterm-readkey-perl \
27 liblocale-gettext-perl \
28 libunicode-linebreak-perl \
29"
30
31inherit cpan_build
32
33BBCLASSEXTEND = "native"