blob: 393970e42df6ebaa1bcf77f3da10cd0f81895a18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Unicode::String - String of Unicode characters (UTF-16BE)"
SECTION = "libs"
LICENSE = "Artistic|GPL"
PR = "r0"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Unicode-String-${PV}.tar.gz"
S = "${WORKDIR}/Unicode-String-${PV}"
inherit cpan
BBCLASSEXTEND="native"
|