aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libunicode-utf8simple-perl_1.06.bb
blob: ee0c2aa6ffcd16fdef2fcf22b8579ae35f8f02a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "Unicode::UTF8simple - Conversions to/from UTF8 from/to charactersets"
SECTION = "libs"
LICENSE = "unknown"
PR = "r0"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GU/GUS/Unicode-UTF8simple-${PV}.tar.gz"

S = "${WORKDIR}/Unicode-UTF8simple-${PV}"

inherit cpan

BBCLASSEXTEND="native"