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