]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-DBI/perl-DBI.nm
perl-DBI: Update to 1.633.
[ipfire-3.x.git] / perl-DBI / perl-DBI.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-DBI
7 version = 1.633
8 release = 1
9 thisapp = DBI-%{version}
10
11 groups = Development/Libraries
12 url = http://dbi.perl.org
13 license = GPL+ or Artistic
14 summary = A database access API for perl.
15
16 description
17 DBI is a database access Application Programming Interface (API) for
18 the Perl Language.
19 end
20
21 source_dl = http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/
22
23 build
24 requires
25 perl(ExtUtils::MakeMaker)
26 perl(ExtUtils::ParseXS)
27 perl(Carp)
28 perl(Test::Simple)
29 end
30
31 build
32 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
33 make %{PARALLELISMFLAGS}
34 end
35
36 test
37 make test
38 end
39
40 make_install_targets = \
41 pure_install DESTDIR=%{BUILDROOT}
42 end
43
44 packages
45 package %{name}
46 filter_requires
47 RPC
48 Win32
49 end
50
51 requires
52 perl(:MODULE_COMPAT_%{perl_version})
53 end
54 end
55
56 package %{name}-debuginfo
57 template DEBUGINFO
58 end
59 end