From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 3/9] perl-AnyEvent-AIO: New package. Date: Thu, 14 Apr 2016 08:30:39 +0200 Message-ID: <1460615445-3996-3-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="===============4574402737879663283==" List-Id: --===============4574402737879663283== 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-AIO/perl-AnyEvent-AIO.nm | 54 ++++++++++++++++++++++++++++++++= ++ 1 file changed, 54 insertions(+) create mode 100644 perl-AnyEvent-AIO/perl-AnyEvent-AIO.nm diff --git a/perl-AnyEvent-AIO/perl-AnyEvent-AIO.nm b/perl-AnyEvent-AIO/perl-= AnyEvent-AIO.nm new file mode 100644 index 0000000..c1d00d4 --- /dev/null +++ b/perl-AnyEvent-AIO/perl-AnyEvent-AIO.nm @@ -0,0 +1,54 @@ +############################################################################= ### +# IPFire.org - An Open Source Firewall Solution = # +# Copyright (C) - IPFire Development Team = # +############################################################################= ### + +name =3D perl-AnyEvent-AIO +version =3D 1.1 +release =3D 1 +arch =3D noarch +thisapp =3D AnyEvent-AIO-%{version} + +groups =3D Development/Libraries +url =3D http://search.cpan.org/dist/AnyEvent-BDB/ +license =3D GPL+ or Artistic +summary =3D Truly asynchronous file and directory I/O + +description + Truly asynchronous file and directrory I/O.. +end + +source_dl =3D http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/ + +build + requires + perl(AnyEvent) >=3D 3.81 + perl(IO::AIO) >=3D 3 + 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 --===============4574402737879663283==--