]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-BDB/perl-BDB.nm
Merge remote-tracking branch 'stevee/openssh-update'
[ipfire-3.x.git] / perl-BDB / perl-BDB.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-BDB
7 version = 1.91
8 release = 1
9 thisapp = BDB-%{version}
10
11 groups = Development/Libraries
12 url = http://search.cpan.org/dist/BDB/
13 license = GPL+ or Artistic
14 summary = Asynchronous Berkeley DB access.
15
16 description
17 Asynchronous Berkeley DB access.
18 end
19
20 source_dl = http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/
21
22 build
23 requires
24 perl(common::sense)
25 perl(ExtUtils::MakeMaker)
26 perl(ExtUtils::ParseXS)
27 libdb-devel
28 end
29
30 build
31 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
32 make %{PARALLELISMFLAGS}
33 end
34
35 test
36 make test
37 end
38
39 make_install_targets = \
40 pure_install DESTDIR=%{BUILDROOT}
41 end
42
43 packages
44 package %{name}
45 requires
46 perl(:MODULE_COMPAT_%{perl_version})
47 end
48 end
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
53 end