]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - perl-WWW-Curl/perl-WWW-Curl.nm
grep: Update to 2.17.
[people/ms/ipfire-3.x.git] / perl-WWW-Curl / perl-WWW-Curl.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-WWW-Curl
7 version = 4.15
8 release = 2
9 thisapp = WWW-Curl-%{version}
10
11 groups = Development/Libraries
12 url = http://search.cpan.org/dist/WWW-Curl
13 license = GPL+
14 summary = Perl extension interface for libcurl.
15
16 description
17 WWW::Curl is a Perl extension interface for libcurl..
18 end
19
20 source_dl = http://search.cpan.org/CPAN/authors/id/S/SZ/SZBALINT/
21
22 build
23 requires
24 perl(ExtUtils::MakeMaker)
25 perl(ExtUtils::ParseXS)
26 libcurl-devel
27 end
28
29 build
30 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
31 make %{PARALLELISMFLAGS}
32 end
33
34 make_install_targets = pure_install
35 end
36
37 packages
38 package %{name}
39 requires
40 perl
41 end
42 end
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47 end