]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - perl-FCGI/perl-FCGI.nm
Merge remote-tracking branch 'stevee/compat-packages'
[people/ms/ipfire-3.x.git] / perl-FCGI / perl-FCGI.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-FCGI
7 version = 0.74
8 release = 2
9 thisapp = FCGI-%{version}
10
11 groups = Development/Libraries
12 url = http://search.cpan.org/dist/FCGI
13 license = OML
14 summary = FastCGI perl bindings.
15
16 description
17 FastCGI perl bindings.
18 end
19
20 source_dl = http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/
21
22 build
23 requires
24 perl(ExtUtils::MakeMaker)
25 perl(ExtUtils::ParseXS)
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}
38 end
39
40 packages
41 package %{name}
42 requires
43 perl
44 end
45 end
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
50 end