]> git.ipfire.org Git - ipfire-3.x.git/blame - perl-File-HomeDir/perl-File-HomeDir.nm
pcengines-firmware: update to 4.9.0.7
[ipfire-3.x.git] / perl-File-HomeDir / perl-File-HomeDir.nm
CommitLineData
9d413ed0
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-File-HomeDir
7version = 1.00
8release = 1
9arch = noarch
10thisapp = File-HomeDir-%{version}
11
12groups = Development/Libraries
13url = http://search.cpan.org/dist/File-HomeDir/
14license = GPL+
15summary = Find your home and other directories on any platform
16
17description
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.
22end
23
24source_dl = http://www.cpan.org/authors/id/A/AD/ADAMK/
25
26build
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
45end
46
47packages
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
63end