blob: 5e482164bbe069db63e53503c56726f2c5f3f926 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "Digest::SHA1 - Perl interface to the SHA-1 algorithm"
SECTION = "libs"
LICENSE = "Artistic|GPL"
PR = "r7"
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} = "${libdir}/perl5/*/*/auto/Digest/SHA1/* \
${libdir}/perl5/*/*/auto/Digest/SHA1/.packlist \
${libdir}/perl5/*/*/Digest"
FILES_${PN}-dbg += "${libdir}/perl5/*/*/auto/Digest/SHA1/.debug"
|