]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - perl-Digest-SHA1/perl-Digest-SHA1.nm
Merge remote-tracking branch 'stevee/unicode-ucd'
[people/amarx/ipfire-3.x.git] / perl-Digest-SHA1 / perl-Digest-SHA1.nm
CommitLineData
11450127
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-Digest-SHA1
7version = 2.13
958fb393 8release = 3
11450127
MT
9thisapp = Digest-SHA1-%{version}
10
11groups = Development/Libraries
12url = http://search.cpan.org/dist/Digest-SHA1
13license = GPL+ or Artistic
14summary = Digest-SHA1 Perl module.
15
16description
17 The Digest::SHA1 module allows you to use the NIST SHA-1 message
18 digest algorithm from within Perl programs. The algorithm takes as
19 input a message of arbitrary length and produces as output a 160-bit
20 "fingerprint" or "message digest" of the input.
21
22 The Digest::SHA1 module provide a procedural interface for simple use,
23 as well as an object oriented interface that can handle messages of
24 arbitrary length and which can read files directly.
25
26 A binary digest will be 20 bytes long. A hex digest will be 40
27 characters long. A base64 digest will be 27 characters long.
28end
29
30source_dl = http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/
31
32build
33 requires
34 perl(ExtUtils::MakeMaker)
958fb393 35 perl(ExtUtils::ParseXS)
11450127
MT
36 end
37
38 build
39 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
40 make %{PARALLELISMFLAGS}
41 end
42
317c6046 43 make_install_targets = pure_install
11450127
MT
44end
45
46packages
47 package %{name}
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
52end