]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-File-Remove/perl-File-Remove.nm
Change how we make packages "noarch"
[ipfire-3.x.git] / perl-File-Remove / perl-File-Remove.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-File-Remove
7 version = 1.61
8 release = 1
9 thisapp = File-Remove-%{version}
10
11 groups = Development/Libraries
12 url = http://search.cpan.org/dist/File-Remove/
13 license = GPL+
14 summary = A perl module to Remove files and directories.
15
16 description
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.
22 end
23
24 source_dl = https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/
25
26 build
27 arches = noarch
28
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
44 end
45
46 packages
47 package %{name}
48 end