libtimedate-perl: New perl library.
authorStanislav Brabec <utx@penguin.cz>
Thu, 1 Jan 2009 14:16:23 +0000 (14:16 +0000)
committerutx@penguin.cz <utx@penguin.cz>
Thu, 1 Jan 2009 14:17:35 +0000 (14:17 +0000)
conf/checksums.ini
packages/perl/libtimedate-perl_1.16.bb [new file with mode: 0644]

index a317093..56c097d 100644 (file)
@@ -838,6 +838,10 @@ sha256=0b654cd39126333a0dab7fdd2fd0c5023f6eb45e72d1d8bf9fb3cab175002bc7
 md5=0fc5008858661c0abd0399acbe30ef28
 sha256=26c833b0bdf3281c61e03f1fb985feced88cf4a5cebce7bd055f05e025460037
 
+[http://www.cpan.org/modules/by-module/Time/TimeDate-1.16.tar.gz]
+md5=b3cc35a7cabd106ac8829d2f2ff4bd9d
+sha256=7942ef0181b5828563a1b98a0a801a75bc0102773a1c942a09ac1d0b9fba6cb3
+
 [http://pypi.python.org/packages/source/T/Traits/Traits-3.0.2.tar.gz]
 md5=78622c7651113bbac544da2e63215f19
 sha256=68478923797c988569e2f478f7550b7ece0732336ea7fbfd72bea1a24c4ff40d
diff --git a/packages/perl/libtimedate-perl_1.16.bb b/packages/perl/libtimedate-perl_1.16.bb
new file mode 100644 (file)
index 0000000..617238a
--- /dev/null
@@ -0,0 +1,11 @@
+SECTION = "libs"
+# You can redistribute it and/or modify it under the same terms as Perl itself.
+LICENSE = "Artistic|GPL"
+RDEPENDS += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local"
+PACKAGE_ARCH = "all"
+
+SRC_URI = "http://www.cpan.org/modules/by-module/Time/TimeDate-${PV}.tar.gz"
+
+S = "${WORKDIR}/TimeDate-${PV}"
+
+inherit cpan