aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libdigest-sha1-perl_2.11.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libdigest-sha1-perl_2.11.bb')
-rw-r--r--recipes/perl/libdigest-sha1-perl_2.11.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/perl/libdigest-sha1-perl_2.11.bb b/recipes/perl/libdigest-sha1-perl_2.11.bb
new file mode 100644
index 0000000000..c6d629417f
--- /dev/null
+++ b/recipes/perl/libdigest-sha1-perl_2.11.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Digest::SHA1 - Perl interface to the SHA-1 algorithm"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+PR = "r13"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-${PV}.tar.gz"
+
+S = "${WORKDIR}/Digest-SHA1-${PV}"
+
+inherit cpan
+
+FILES_${PN} = "${PERLLIBDIRS}/auto/Digest/SHA1/* \
+ ${PERLLIBDIRS}/Digest"