]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-WWW-Curl/perl-WWW-Curl.nm
git: Update to 2.23.0
[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.17
8 release = 1.1
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 pakfire >= 0.9.26-3.1
28 end
29
30 build
31 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
32 make %{PARALLELISMFLAGS}
33 end
34
35 make_install_targets = pure_install
36 end
37
38 packages
39 package %{name}
40 requires
41 perl(:MODULE_COMPAT_%{perl_version})
42 end
43 end
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
48 end