diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-02 10:25:03 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-02 10:25:03 +0100 |
commit | 53737b6605d06ed7cd29fbca152eb80c962fc1e1 (patch) | |
tree | c452f83de4c08f5a3a7a78a4bf5daff04b61eb17 /recipes/perl | |
parent | dd5d724b0f2fe6c25cd545fbfbe5be88c1df2822 (diff) |
libunicode-string-perl_2.09.bb: added recipe
Diffstat (limited to 'recipes/perl')
-rw-r--r-- | recipes/perl/libunicode-string-perl_2.09.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/perl/libunicode-string-perl_2.09.bb b/recipes/perl/libunicode-string-perl_2.09.bb new file mode 100644 index 0000000000..393970e42d --- /dev/null +++ b/recipes/perl/libunicode-string-perl_2.09.bb @@ -0,0 +1,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" |