]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - perl-FCGI/perl-FCGI.nm
Merge remote-tracking branch 'stevee/compat-packages'
[people/ms/ipfire-3.x.git] / perl-FCGI / perl-FCGI.nm
CommitLineData
339065dc
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-FCGI
7version = 0.74
583a8152 8release = 2
339065dc
MT
9thisapp = FCGI-%{version}
10
11groups = Development/Libraries
12url = http://search.cpan.org/dist/FCGI
13license = OML
14summary = FastCGI perl bindings.
15
16description
17 FastCGI perl bindings.
18end
19
20source_dl = http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/
21
22build
23 requires
24 perl(ExtUtils::MakeMaker)
583a8152 25 perl(ExtUtils::ParseXS)
339065dc
MT
26 end
27
28 build
29 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
30 make %{PARALLELISMFLAGS}
31 end
32
33 test
34 make test
35 end
36
37 make_install_targets = pure_install DESTDIR=%{BUILDROOT}
38end
39
40packages
41 package %{name}
42 requires
43 perl
44 end
45 end
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
50end