From 53737b6605d06ed7cd29fbca152eb80c962fc1e1 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 2 Jan 2010 10:25:03 +0100 Subject: libunicode-string-perl_2.09.bb: added recipe --- recipes/perl/libunicode-string-perl_2.09.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/perl/libunicode-string-perl_2.09.bb (limited to 'recipes/perl') 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" -- cgit v1.2.3