]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - perl-Net-SSLeay/perl-Net-SSLeay.nm
elfutils: Correctly configure debuginfod
[people/pmueller/ipfire-3.x.git] / perl-Net-SSLeay / perl-Net-SSLeay.nm
CommitLineData
f766f0d3
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-Net-SSLeay
faba01b7 7version = 1.85
e0d866c0 8release = 3
f766f0d3
MT
9thisapp = Net-SSLeay-%{version}
10
11groups = Development/Libraries
12url = http://search.cpan.org/~flora/Net_SSLeay.pm/
13license = GPL+ or Artistic
14summary = Perl extension for using OpenSSL
15
16description
17 Net::SSLeay module contains perl bindings to openssl library.
18end
19
20source_dl = http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/
21
22build
23 requires
24 openssl-devel
faba01b7
SS
25 perl(AutoLoader)
26 perl(FindBin)
f766f0d3 27 perl(ExtUtils::MakeMaker)
faba01b7 28 perl(Module::Install)
2ed3fd13 29 perl(Test::More)
f766f0d3
MT
30 zlib-devel
31 end
32
33 build
34 PERL_MM_USE_DEFAULT=1 perl Makefile.PL \
35 INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
36 make %{PARALLELISMFLAGS}
37 end
38
faba01b7
SS
39 # Testsuite starts but freezes after a few tests.
40 #test
41 # make test
42 #end
2ed3fd13
SS
43
44 install_cmds
45 # Set correct library permissions.
46 find %{BUILDROOT}%{libdir} -type f -iname "*.so" \
47 -exec chmod 755 {} \;
48 end
f766f0d3
MT
49end
50
51packages
52 package %{name}
5dff150e
SS
53 requires
54 perl(:MODULE_COMPAT_%{perl_version})
55 perl(MIME::Base64)
56 perl(XSLoader)
57 end
58 end
f766f0d3
MT
59
60 package %{name}-debuginfo
61 template DEBUGINFO
62 end
63end