]> git.ipfire.org Git - ipfire-3.x.git/blame - perl-File-Remove/perl-File-Remove.nm
Change how we make packages "noarch"
[ipfire-3.x.git] / perl-File-Remove / perl-File-Remove.nm
CommitLineData
860ec812
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-File-Remove
7version = 1.61
8release = 1
860ec812
SS
9thisapp = File-Remove-%{version}
10
11groups = Development/Libraries
12url = http://search.cpan.org/dist/File-Remove/
13license = GPL+
14summary = A perl module to Remove files and directories.
15
16description
17 File::Remove::remove removes files and directories. It acts like /bin/rm,
18 for the most part. Although unlink can be given a list of files, it will
19 not remove directories; this module remedies that.
20
21 It also accepts wildcards, * and ?, as arguments for filenames.
22end
23
24source_dl = https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/
25
26build
5cd803df
MT
27 arches = noarch
28
860ec812
SS
29 requires
30 perl(blib)
31 perl(IPC::Open3)
32 perl(ExtUtils::MakeMaker)
33 perl(Test::More)
34 end
35
36 build
37 perl Makefile.PL INSTALLDIRS=vendor
38 make %{PARALLELISMFLAGS}
39 end
40
41 test
42 make test
43 end
44end
45
46packages
47 package %{name}
48end