libdatetime-locale-perl_0.45.bb: new recipe
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 11 Sep 2010 11:22:06 +0000 (13:22 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 11 Sep 2010 12:09:12 +0000 (14:09 +0200)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/perl/libdatetime-locale-perl_0.45.bb [new file with mode: 0644]

diff --git a/recipes/perl/libdatetime-locale-perl_0.45.bb b/recipes/perl/libdatetime-locale-perl_0.45.bb
new file mode 100644 (file)
index 0000000..276c5d6
--- /dev/null
@@ -0,0 +1,16 @@
+DESCRIPTION = "DateTime::Locale - Localization support for DateTime.pm"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+HOMEPAGE = "http://datetime.perl.org/"
+DEPENDS = "libclass-singleton-perl libparams-validate-perl"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Locale-${PV}.tar.gz"
+SRC_URI[md5sum] = "8ba6a4b70f8fa7d987529c2e2c708862"
+SRC_URI[sha256sum] = "8aa1b8db0baccc26ed88f8976a228d2cdf4f6ed4e10fc88c1501ecd8f3ccaf9c"
+
+S = "${WORKDIR}/DateTime-Locale-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND="native"