From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 3/5] perl-Convert-ASN1: New package Date: Thu, 16 Feb 2023 17:17:32 +0100 Message-ID: <20230216161734.1027788-3-stefan.schantl@ipfire.org> In-Reply-To: <20230216161734.1027788-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2119533522236412958==" List-Id: --===============2119533522236412958== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- perl-Convert-ASN1/perl-Convert-ASN1.nm | 39 ++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 perl-Convert-ASN1/perl-Convert-ASN1.nm diff --git a/perl-Convert-ASN1/perl-Convert-ASN1.nm b/perl-Convert-ASN1/perl-= Convert-ASN1.nm new file mode 100644 index 000000000..60a316076 --- /dev/null +++ b/perl-Convert-ASN1/perl-Convert-ASN1.nm @@ -0,0 +1,39 @@ +############################################################################= ### +# IPFire.org - An Open Source Firewall Solution = # +# Copyright (C) - IPFire Development Team = # +############################################################################= ### + +name =3D perl-Convert-ASN1 +version =3D 0.33 +release =3D 1 +arch =3D noarch +thisapp =3D Convert-ASN1-%{version} + +groups =3D Development/Libraries +url =3D http://search.cpan.org/dist/Convert-ASN1 +license =3D GPL+ +summary =3D ASN.1 Encode/Decode library for perl. + +description + Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER rules. +end + +source_dl =3D https://cpan.metacpan.org/authors/id/T/TI/TIMLEGGE/ + +build + requires + perl(ExtUtils::MakeMaker) + end + + build + perl Makefile.PL INSTALLDIRS=3Dvendor + make %{PARALLELISMFLAGS} + end + + make_install_targets =3D \ + pure_install +end + +packages + package %{name} +end --=20 2.30.2 --===============2119533522236412958==--