aboutsummaryrefslogtreecommitdiffstats
path: root/packages/perl/liblocale-gettext-perl_1.05.bb
blob: b4fe0b2f2c38dcf9f81ded193efa6f47838ca71d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Locale::gettext - message handling functions"
SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS = "virtual/libintl"
PR = "r3"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-${PV}.tar.gz"

S = "${WORKDIR}/gettext-${PV}"

inherit cpan

FILES_${PN} = "${libdir}/perl5/*/*/auto/Locale/gettext/* \
                ${libdir}/perl5/*/*/auto/Locale/gettext/.packlist \
                ${libdir}/perl5/*/*/Locale"
FILES_${PN}-dbg += "${libdir}/perl5/*/*/auto/Locale/gettext/.debug"