]> git.ipfire.org Git - ipfire-3.x.git/blame - perl-WWW-Curl/perl-WWW-Curl.nm
mc: Proper harden consaver binary
[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
02d98b9f 7version = 4.17
6d690cfa 8release = 1.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
6d690cfa 24 perl(FindBin)
30747343
SS
25 perl(ExtUtils::MakeMaker)
26 perl(ExtUtils::ParseXS)
6d690cfa 27 perl(Module::Install)
30747343 28 libcurl-devel
1d0547dc 29 pakfire >= 0.9.26-3.1
30747343
SS
30 end
31
32 build
33 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
34 make %{PARALLELISMFLAGS}
35 end
36
5e16fec2 37 make_install_targets = pure_install
30747343
SS
38end
39
40packages
41 package %{name}
42 requires
02d98b9f 43 perl(:MODULE_COMPAT_%{perl_version})
30747343
SS
44 end
45 end
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
50end