1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
9 thisapp = DBI-%{version}
11 groups = Development/Libraries
12 url = http://dbi.perl.org
13 license = GPL+ or Artistic
14 summary = A database access API for perl.
17 DBI is a database access Application Programming Interface (API) for
21 source_dl = http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/
25 perl(ExtUtils::MakeMaker)
26 perl(ExtUtils::ParseXS)
33 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
34 make %{PARALLELISMFLAGS}
41 make_install_targets = \
42 pure_install DESTDIR=%{BUILDROOT}
53 perl(:MODULE_COMPAT_%{perl_version})
57 package %{name}-debuginfo