]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - perl-File-HomeDir/perl-File-HomeDir.nm
elfutils: Correctly configure debuginfod
[people/pmueller/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
e0d866c0 8release = 2
9d413ed0
MT
9thisapp = File-HomeDir-%{version}
10
11groups = Development/Libraries
12url = http://search.cpan.org/dist/File-HomeDir/
13license = GPL+
14summary = Find your home and other directories on any platform
15
16description
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.
21end
22
23source_dl = http://www.cpan.org/authors/id/A/AD/ADAMK/
24
25build
3ef3cb63 26 arches = noarch
5cd803df 27
9d413ed0
MT
28 requires
29 perl
30 perl(Config)
31 perl(Cwd) >= 3.12
0e2b1240 32 perl(FindBin)
9d413ed0
MT
33 perl(ExtUtils::MakeMaker) >= 6.42
34 perl(ExtUtils::MM_Unix)
35 perl(File::Path) >= 2.01
36 perl(File::Spec) >= 3.12
0e2b1240 37 perl(Module::Install)
9d413ed0
MT
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
48end
49
50packages
51 package %{name}
9d413ed0 52end