]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - perl-File-HomeDir/perl-File-HomeDir.nm
elfutils: Correctly configure debuginfod
[people/pmueller/ipfire-3.x.git] / perl-File-HomeDir / perl-File-HomeDir.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-HomeDir
7 version = 1.00
8 release = 1
9 arch = noarch
10 thisapp = File-HomeDir-%{version}
11
12 groups = Development/Libraries
13 url = http://search.cpan.org/dist/File-HomeDir/
14 license = GPL+
15 summary = Find your home and other directories on any platform
16
17 description
18 File::HomeDir is a module for locating the directories that are "owned"
19 by a user (typically your user) and to solve the various issues that
20 arise trying to find them consistently across a wide variety of
21 platforms.
22 end
23
24 source_dl = http://www.cpan.org/authors/id/A/AD/ADAMK/
25
26 build
27 requires
28 perl
29 perl(Config)
30 perl(Cwd) >= 3.12
31 perl(ExtUtils::MakeMaker) >= 6.42
32 perl(ExtUtils::MM_Unix)
33 perl(File::Path) >= 2.01
34 perl(File::Spec) >= 3.12
35 perl(strict)
36 perl(vars)
37 end
38
39 build
40 perl Makefile.PL INSTALLDIRS=vendor
41 make %{PARALLELISMFLAGS}
42 end
43
44 make_install_targets = pure_install
45 end
46
47 packages
48 package %{name}
49 filter_requires
50 Cwd
51 File::Path
52 File::Spec
53 File::Temp
54 File::Which
55 Mac::perl
56 Win32
57 end
58
59 requires
60 perl
61 end
62 end
63 end