]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - perl-GSSAPI/perl-GSSAPI.nm
perl: Recompile all modules
[people/pmueller/ipfire-3.x.git] / perl-GSSAPI / perl-GSSAPI.nm
CommitLineData
99b9e7ab
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-GSSAPI
7version = 0.28
e0d866c0 8release = 3
99b9e7ab
MT
9thisapp = GSSAPI-%{version}
10
11groups = Development/Libraries
12url = http://search.cpan.org/dist/GSSAPI
13license = GPL+ or Artistic
14summary = Perl extension providing access to the GSSAPIv2 library
15
16description
17 This module gives access to the routines of the GSSAPI library, as
18 described in rfc2743 and rfc2744 and implemented by the Kerberos-1.2
19 distribution from MIT.
20end
21
22source_dl = http://www.cpan.org/authors/id/A/AG/AGROLMS/
23
24build
25 requires
26 krb5-devel
27 perl(ExtUtils::MakeMaker)
5b1e664f 28 perl(Test::More)
99b9e7ab
MT
29 end
30
31 build
32 PERL_MM_USE_DEFAULT=1 perl Makefile.PL \
33 INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
34 make %{PARALLELISMFLAGS}
35 end
5b1e664f
SS
36
37 test
38 make test
39 end
40
41 install_cmds
42 # Set correct library permissions.
43 find %{BUILDROOT}%{libdir} -type f -iname "*.so" \
44 -exec chmod 755 {} \;
45 end
99b9e7ab
MT
46end
47
48packages
49 package %{name}
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
54end