From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/7] perl-File-Remove: New package
Date: Sun, 26 Feb 2023 20:18:59 +0100 [thread overview]
Message-ID: <20230226191904.675207-2-stefan.schantl@ipfire.org> (raw)
In-Reply-To: <20230226191904.675207-1-stefan.schantl@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1757 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
perl-File-Remove/perl-File-Remove.nm | 47 ++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
create mode 100644 perl-File-Remove/perl-File-Remove.nm
diff --git a/perl-File-Remove/perl-File-Remove.nm b/perl-File-Remove/perl-File-Remove.nm
new file mode 100644
index 000000000..f3717c2cc
--- /dev/null
+++ b/perl-File-Remove/perl-File-Remove.nm
@@ -0,0 +1,47 @@
+###############################################################################
+# IPFire.org - An Open Source Firewall Solution #
+# Copyright (C) - IPFire Development Team <info(a)ipfire.org> #
+###############################################################################
+
+name = perl-File-Remove
+version = 1.61
+release = 1
+arch = noarch
+thisapp = File-Remove-%{version}
+
+groups = Development/Libraries
+url = http://search.cpan.org/dist/File-Remove/
+license = GPL+
+summary = A perl module to Remove files and directories.
+
+description
+ File::Remove::remove removes files and directories. It acts like /bin/rm,
+ for the most part. Although unlink can be given a list of files, it will
+ not remove directories; this module remedies that.
+
+ It also accepts wildcards, * and ?, as arguments for filenames.
+end
+
+source_dl = https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/
+
+build
+ requires
+ perl(blib)
+ perl(IPC::Open3)
+ perl(ExtUtils::MakeMaker)
+ perl(Test::More)
+ end
+
+ build
+ perl Makefile.PL INSTALLDIRS=vendor
+ make %{PARALLELISMFLAGS}
+ end
+
+ test
+ make test
+ end
+end
+
+packages
+ package %{name}
+end
--
2.30.2
next prev parent reply other threads:[~2023-02-26 19:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-26 19:18 [PATCH 1/7] perl-Module-Install: " Stefan Schantl
2023-02-26 19:18 ` Stefan Schantl [this message]
2023-02-26 19:19 ` [PATCH 3/7] perl-YAML-Tiny: " Stefan Schantl
2023-02-26 19:19 ` [PATCH 4/7] perl-Authen-SASL: Update build requirements Stefan Schantl
2023-02-26 19:19 ` [PATCH 5/7] perl-IO-Socket-SSL: Disable non working testsuite Stefan Schantl
2023-02-26 19:19 ` [PATCH 6/7] perl-Net-SMTP-SSL: Requires perl(Net::SMTP) to build Stefan Schantl
2023-02-26 19:19 ` [PATCH 7/7] perl-Net-SSLeay: Update to 1.85 Stefan Schantl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230226191904.675207-2-stefan.schantl@ipfire.org \
--to=stefan.schantl@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox