]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame_incremental - perl-BDB/perl-BDB.nm
slang: Fix build by removing a file with rpath
[people/stevee/ipfire-3.x.git] / perl-BDB / perl-BDB.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-BDB
7version = 1.91
8release = 1.1
9thisapp = BDB-%{version}
10
11groups = Development/Libraries
12url = http://search.cpan.org/dist/BDB/
13license = GPL+ or Artistic
14summary = Asynchronous Berkeley DB access.
15
16description
17 Asynchronous Berkeley DB access.
18end
19
20source_dl = http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/
21
22build
23 requires
24 perl(common::sense)
25 perl(ExtUtils::MakeMaker)
26 perl(ExtUtils::ParseXS)
27 libdb-devel
28 pakfire >= 0.9.26-3.1
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}
42end
43
44packages
45 package %{name}
46 requires
47 perl(:MODULE_COMPAT_%{perl_version})
48 end
49 end
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
54end