X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fperl-digest-sha1%2Fperl-digest-sha1.mk;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fperl-digest-sha1%2Fperl-digest-sha1.mk;h=d3224e1956f9196032ce897335f772172893dffe;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/perl-digest-sha1/perl-digest-sha1.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/perl-digest-sha1/perl-digest-sha1.mk new file mode 100644 index 0000000..d3224e1 --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/package/perl-digest-sha1/perl-digest-sha1.mk @@ -0,0 +1,13 @@ +################################################################################ +# +# perl-digest-sha1 +# +################################################################################ + +PERL_DIGEST_SHA1_VERSION = 2.13 +PERL_DIGEST_SHA1_SOURCE = Digest-SHA1-$(PERL_DIGEST_SHA1_VERSION).tar.gz +PERL_DIGEST_SHA1_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS +PERL_DIGEST_SHA1_DEPENDENCIES = perl +PERL_DIGEST_SHA1_LICENSE = Artistic or GPLv1+ + +$(eval $(perl-package))