]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - perl-FCGI/perl-FCGI.nm
Merge remote-tracking branch 'stevee/lighttpd'
[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 = 1
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 end
26
27 build
28 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
29 make %{PARALLELISMFLAGS}
30 end
31
32 test
33 make test
34 end
35
36 make_install_targets = pure_install DESTDIR=%{BUILDROOT}
37 end
38
39 packages
40 package %{name}
41 requires
42 perl
43 end
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end