From: Stefan Schantl Date: Sun, 22 Apr 2012 19:26:40 +0000 (+0200) Subject: perl-BDB: New package. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31c73eed231c1e4771c98c8cf2a3e5cda9ad098a;p=ipfire-3.x.git perl-BDB: New package. --- diff --git a/perl-BDB/perl-BDB.nm b/perl-BDB/perl-BDB.nm new file mode 100644 index 000000000..508e91497 --- /dev/null +++ b/perl-BDB/perl-BDB.nm @@ -0,0 +1,52 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = perl-BDB +version = 1.9 +release = 1 +thisapp = BDB-%{version} + +groups = Development/Libraries +url = http://search.cpan.org/dist/BDB/ +license = GPL+ or Artistic +summary = Asynchronous Berkeley DB access. + +description + Asynchronous Berkeley DB access. +end + +source_dl = http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/ + +build + requires + perl(common::sense) + perl(ExtUtils::MakeMaker) + perl(ExtUtils::ParseXS) + libdb-devel + end + + build + perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}" + make %{PARALLELISMFLAGS} + end + + test + make test + end + + make_install_targets = pure_install DESTDIR=%{BUILDROOT} +end + +packages + package %{name} + requires + perl + end + end + + package %{name}-debuginfo + template DEBUGINFO + end +end