From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 4/9] perl-AnyEvent-BDB: New package. Date: Thu, 14 Apr 2016 08:30:40 +0200 Message-ID: <1460615445-3996-4-git-send-email-stefan.schantl@ipfire.org> In-Reply-To: <1460615445-3996-1-git-send-email-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1301968075187008791==" List-Id: --===============1301968075187008791== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is a build and runtime dependency of perl-Coro. Signed-off-by: Stefan Schantl --- perl-AnyEvent-BDB/perl-AnyEvent-BDB.nm | 57 ++++++++++++++++++++++++++++++++= ++ 1 file changed, 57 insertions(+) create mode 100644 perl-AnyEvent-BDB/perl-AnyEvent-BDB.nm diff --git a/perl-AnyEvent-BDB/perl-AnyEvent-BDB.nm b/perl-AnyEvent-BDB/perl-= AnyEvent-BDB.nm new file mode 100644 index 0000000..b12e425 --- /dev/null +++ b/perl-AnyEvent-BDB/perl-AnyEvent-BDB.nm @@ -0,0 +1,57 @@ +############################################################################= ### +# IPFire.org - An Open Source Firewall Solution = # +# Copyright (C) - IPFire Development Team = # +############################################################################= ### + +name =3D perl-AnyEvent-BDB +version =3D 1.1 +release =3D 1 +arch =3D noarch +thisapp =3D AnyEvent-BDB-%{version} + +groups =3D Development/Libraries +url =3D http://search.cpan.org/dist/AnyEvent-BDB/ +license =3D GPL+ or Artistic +summary =3D Truly asynchronous Berkeley DB access. + +description + Loading this module will install the necessary magic to seamlessly integrate + BDB into AnyEvent, i.e. you no longer need to concern yourself with calling + BDB::poll_cb or any of that stuff. +end + +source_dl =3D http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/ + +build + requires + perl(AnyEvent) >=3D 3.81 + perl(BDB) >=3D 1.91 + perl(Exporter) + perl(ExtUtils::MakeMaker) + pakfire >=3D 0.9.26-3.1 + end + + build + perl Makefile.PL INSTALLDIRS=3Dvendor OPTIMIZE=3D"%{CFLAGS}" + make %{PARALLELISMFLAGS} + end + + test + make test + end + + make_install_targets =3D \ + pure_install DESTDIR=3D%{BUILDROOT} +end + +packages + package %{name} + requires + perl(:MODULE_COMPAT_%{perl_version}) + end + end + + package %{name}-debuginfo + template DEBUGINFO + end +end --=20 2.4.11 --===============1301968075187008791==--