]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - 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
CommitLineData
30747343
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-WWW-Curl
7version = 4.15
5e16fec2 8release = 2
30747343
SS
9thisapp = WWW-Curl-%{version}
10
11groups = Development/Libraries
12url = http://search.cpan.org/dist/WWW-Curl
13license = GPL+
14summary = Perl extension interface for libcurl.
15
16description
17 WWW::Curl is a Perl extension interface for libcurl..
18end
19
20source_dl = http://search.cpan.org/CPAN/authors/id/S/SZ/SZBALINT/
21
22build
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
5e16fec2 34 make_install_targets = pure_install
30747343
SS
35end
36
37packages
38 package %{name}
39 requires
40 perl
41 end
42 end
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47end