]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - perl-DBI/perl-DBI.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[people/amarx/ipfire-3.x.git] / perl-DBI / perl-DBI.nm
CommitLineData
499fc36e
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-DBI
7version = 1.618
8release = 1
9thisapp = DBI-%{version}
10
11groups = Development/Libraries
12url = http://dbi.perl.org
13license = GPL+ or Artistic
14summary = A database access API for perl.
15
16description
17 DBI is a database access Application Programming Interface (API) for
18 the Perl Language.
19end
20
21source_dl = http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/
22
23build
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 = pure_install DESTDIR=%{BUILDROOT}
41end
42
43packages
44 package %{name}
45 filter_requires
46 RPC
47 Win32
48 end
49
50 requires
51 perl
52 end
53 end
54
55 package %{name}-debuginfo
56 template DEBUGINFO
57 end
58end