summaryrefslogtreecommitdiff
path: root/recipes/perl/libunicode-utf8simple-perl_1.06.bb
blob: 1fb52d37fcaf8c28d5b23c7963993880c3153e07 (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-1.06.tar.gz"

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

inherit cpan

BBCLASSEXTEND="native"