Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | SUMMARY = "PO for anything" |
| 2 | DESCRIPTION = "The po4a (PO for anything) project goal is to ease translations \ |
| 3 | (and more interestingly, the maintenance of translations) using gettext tools \ |
| 4 | on areas where they were not expected like documentation." |
| 5 | HOMEPAGE = "https://po4a.alioth.debian.org" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 6 | LICENSE = "GPL-2.0-only" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=a96fc9b4cc36d80659e694ea109f0325" |
| 8 | |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 9 | SRC_URI = "git://github.com/mquinson/po4a.git;protocol=https;branch=master" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 10 | |
| 11 | # v0.49 |
| 12 | SRCREV = "79ed87a577a543538fe39c7b60079981f5997072" |
| 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | DEPENDS = " \ |
| 17 | libmodule-build-perl-native \ |
| 18 | libtext-wrapi18n-perl \ |
| 19 | libterm-readkey-perl \ |
| 20 | liblocale-gettext-perl \ |
| 21 | libunicode-linebreak-perl \ |
| 22 | " |
| 23 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 24 | RRECOMMENDS:${PN} = " \ |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 25 | libtext-wrapi18n-perl \ |
| 26 | libterm-readkey-perl \ |
| 27 | liblocale-gettext-perl \ |
| 28 | libunicode-linebreak-perl \ |
| 29 | " |
| 30 | |
| 31 | inherit cpan_build |
| 32 | |
| 33 | BBCLASSEXTEND = "native" |