libunicode-string-perl_2.09.bb: added recipe
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 2 Jan 2010 09:25:03 +0000 (10:25 +0100)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 2 Jan 2010 09:25:03 +0000 (10:25 +0100)
conf/checksums.ini
recipes/perl/libunicode-string-perl_2.09.bb [new file with mode: 0644]

index 844aa44..1436705 100644 (file)
@@ -1358,6 +1358,10 @@ sha256=e0602bb05e31f6100b6f9ab35cfa93ab9f7a1c50a351a0ddfcd236a923bddfb0
 md5=1a933b1114c41a25587ee59ba8376f7c
 sha256=1684cb64a6bd24e019532ae2e5d4a962d43d9215623e9d4dc77536f118fbf31b
 
+[http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Unicode-String-2.09.tar.gz]
+md5=553e68e603723bf7c631f8701ab0d678
+sha256=c817bedb954ea2d488bade56059028b99e0198f6826482e2f68fd6d78653faad
+
 [http://snafu.freedom.org/Vmaps/Vmaps-1.1.tgz]
 md5=0ba6f2b97ff8eb3e975ed906f2311080
 sha256=f97b3c0a36c7422d38af67dd68855e5c25581f7b6e79f8671e298e66b4d0026e
diff --git a/recipes/perl/libunicode-string-perl_2.09.bb b/recipes/perl/libunicode-string-perl_2.09.bb
new file mode 100644 (file)
index 0000000..393970e
--- /dev/null
@@ -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"