]> git.ipfire.org Git - ipfire-3.x.git/blame - perl-GSSAPI/perl-GSSAPI.nm
lm-sensors: Proper use compiler and linker flags during build time
[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
8release = 1
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)
28 perl(Test::More) >= 0.47
29 end
30
31 build
32 PERL_MM_USE_DEFAULT=1 perl Makefile.PL \
33 INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
34 make %{PARALLELISMFLAGS}
35 end
36end
37
38packages
39 package %{name}
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44end