]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - perl-GSSAPI/perl-GSSAPI.nm
perl: Recompile all modules
[people/pmueller/ipfire-3.x.git] / perl-GSSAPI / perl-GSSAPI.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-GSSAPI
7 version = 0.28
8 release = 3
9 thisapp = GSSAPI-%{version}
10
11 groups = Development/Libraries
12 url = http://search.cpan.org/dist/GSSAPI
13 license = GPL+ or Artistic
14 summary = Perl extension providing access to the GSSAPIv2 library
15
16 description
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.
20 end
21
22 source_dl = http://www.cpan.org/authors/id/A/AG/AGROLMS/
23
24 build
25 requires
26 krb5-devel
27 perl(ExtUtils::MakeMaker)
28 perl(Test::More)
29 end
30
31 build
32 PERL_MM_USE_DEFAULT=1 perl Makefile.PL \
33 INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
34 make %{PARALLELISMFLAGS}
35 end
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
46 end
47
48 packages
49 package %{name}
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
54 end