From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl <stefan.schantl@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH 3/7] perl-YAML-Tiny: New package Date: Sun, 26 Feb 2023 20:19:00 +0100 Message-ID: <20230226191904.675207-3-stefan.schantl@ipfire.org> In-Reply-To: <20230226191904.675207-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3548903131798932748==" List-Id: <development.lists.ipfire.org> --===============3548903131798932748== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org> --- perl-YAML-Tiny/perl-YAML-Tiny.nm | 46 ++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 perl-YAML-Tiny/perl-YAML-Tiny.nm diff --git a/perl-YAML-Tiny/perl-YAML-Tiny.nm b/perl-YAML-Tiny/perl-YAML-Tiny= .nm new file mode 100644 index 000000000..cb153b461 --- /dev/null +++ b/perl-YAML-Tiny/perl-YAML-Tiny.nm @@ -0,0 +1,46 @@ +############################################################################= ### +# IPFire.org - An Open Source Firewall Solution = # +# Copyright (C) - IPFire Development Team <info(a)ipfire.org> = # +############################################################################= ### + +name =3D perl-YAML-Tiny +version =3D 1.73 +release =3D 1 +arch =3D noarch +thisapp =3D YAML-Tiny-%{version} + +groups =3D Development/Libraries +url =3D http://search.cpan.org/dist/YAML-Tiny/ +license =3D GPL+ or Artistic +summary =3D Read/Write YAML files with as little code as possible. + +description + YAML::Tiny is a perl class for reading and writing YAML-style files, + written with as little code as possible, reducing load time and memory + overhead. +end + +source_dl =3D https://cpan.metacpan.org/authors/id/E/ET/ETHER/ + +build + requires + perl(autodie) + perl(B) + perl(ExtUtils::MakeMaker) + perl(JSON::PP) + perl(Test::More) + end + + build + perl Makefile.PL INSTALLDIRS=3Dvendor + make %{PARALLELISMFLAGS} + end + + test + make test + end +end + +packages + package %{name} +end --=20 2.30.2 --===============3548903131798932748==--