diff options
Diffstat (limited to 'meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb')
-rw-r--r-- | meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb b/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb index 017e951d3a..025bcc2873 100644 --- a/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb +++ b/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb | |||
@@ -11,17 +11,16 @@ characters). Also, minimal handling of languages which doesn't use \ | |||
11 | whitespaces between words (like Chinese and Japanese) is supported." | 11 | whitespaces between words (like Chinese and Japanese) is supported." |
12 | SECTION = "libs" | 12 | SECTION = "libs" |
13 | 13 | ||
14 | HOMEPAGE = "http://search.cpan.org/~kubota/Text-WrapI18N-${PV}/" | 14 | HOMEPAGE = "https://metacpan.org/release/KUBOTA/Text-WrapI18N-0.06" |
15 | 15 | ||
16 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 16 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
17 | LIC_FILES_CHKSUM = "file://README;md5=080862e1e40cdcddef4393e137285858" | 17 | LIC_FILES_CHKSUM = "file://README;md5=080862e1e40cdcddef4393e137285858" |
18 | 18 | ||
19 | SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-WrapI18N-${PV}.tar.gz" | 19 | SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-WrapI18N-${PV}.tar.gz" |
20 | 20 | ||
21 | SRC_URI[md5sum] = "0799c16a00926e6c18d400c2e2861d5f" | ||
22 | SRC_URI[sha256sum] = "4bd29a17f0c2c792d12c1005b3c276f2ab0fae39c00859ae1741d7941846a488" | 21 | SRC_URI[sha256sum] = "4bd29a17f0c2c792d12c1005b3c276f2ab0fae39c00859ae1741d7941846a488" |
23 | 22 | ||
24 | S = "${WORKDIR}/Text-WrapI18N-${PV}" | 23 | S = "${UNPACKDIR}/Text-WrapI18N-${PV}" |
25 | 24 | ||
26 | DEPENDS = "libtext-charwidth-perl" | 25 | DEPENDS = "libtext-charwidth-perl" |
27 | 26 | ||